Problems with 3.6 could not resolve s:ViewNavigatorApplication

Hi,
I'm trying to use 3.6 and not having any luck...
I have FB 4.7 (64-bit) on Windows.
I have downloaded from here; http://www.adobe.com/devnet/air/air-sdk-download.html
I have completed the steps here; http://helpx.adobe.com/flash-builder/kb/overlay-air-sdk-flash-builder.html
I have merged the sdk as I would have done for 3.5,3.4 etc.
Now, when I set the SDK to the 3.6 one, I get the error;
"Could not resolve <s:ViewNavigatorApplication> to a component implementation."
_MUST_ be something basic I'm doing wrong here!
Help!
G

Now I'm confused.
The text link you mention states that Flex users should take the SDK version without the compiler. BUT....
the http://helpx.adobe.com/flash-builder/kb/overlay-air-sdk-flash-builder.html page says to download the SDK from
http://labs.adobe.com/downloads/asc2.html
but this page now redirects to:
http://helpx.adobe.com/air/kb/archived-air-sdk-version.html
which contains a large list of archived SDK's. So that help page never really says which version of the SDK to use - with or without the compiler. But other forum posts have implied its suppose to be the one with the compiler.
Now since we're overlaying the ...plugins\com.adobe.flash.compiler_4.7.0.349722\AIRSDK folder that would make sense.
So my questions are:
   Do we use the version with or without the compiler to do the overlay?
   Can we get Adobe to update that help page to reflect what we're really suppose to do?
  AND
   Does Flash Builder use this overlaid AIR SDK with any selected Flex SDK  as long as the project settings has the 'Include  Adobe AIR libraries' checkbox selected?
   What if I've configured the Apache 4.9.1 (Doesn't this have AIR SDK 3.4 embedded within it? - yeah I chose that option in the download installer) as my Flex SDK, then will the 'Include Adobe AIR libraries' checkbox still use the AIRSDK 3.6 I just overlaid?
Is it just me, or is this just getting more and more confusing? Can we perhaps get a AIR SDK combo box to go beside the Flex combo box and when we check the 'Include Adobe AIR libraries' then we can select the AIR SDK we want? And get a 'configure AIR SDKs...' link too?

Similar Messages

  • Problem with child tag - Could not resolve x to a component implementation.

    Hello.
    I am writing some chart component and got a problem setting property via child tag. Property is a custom class.
    My directory structure:
    Makefile  oxcharts  Session.vim  stats.as  stats.mxml  stats.swf
    ./oxcharts:
    ColumnChart.as MyTest.as
    stats.mxml:
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" xmlns:oxcharts="oxcharts.*">
        <oxcharts:ColumnChart id="myChart" showDataTips="true" width="600" height="310">
            <oxcharts:test x="5"></oxcharts:test>
         </oxcharts:ColumnChart>
    </mx:Application>
    ColumnChart.as:
    package oxcharts {
        public class ColumnChart extends UIComponent {
            public var test:MyTest;
    MyTest.as:
    package oxcharts {
        public class MyTest {
            public var x:Number;
    I got this error:
    Error: Could not resolve <oxcharts:test> to a component implementation.
    I guess something wrong with imports. Setting Number property via child tag works just fine.

    I'm gonna give a clerear example, I hope it'll help you better understand what I mean let's say I have a custom class named Login:
    package ec
             [Bindable]
         public class Login
              public var ID:int;
              public var Role:String;         
              public function Login()
    And I need to use this class within MyAmazingCanvas, so my main app will be like this:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" xmlns:oxcharts="ec.*">
         <mx:Script>
              <![CDATA[
                   import ec.Login;
                   [Bindable]
                   private var myLoginStatus:Login=new Login();
                   private function setLoginData():void{
                        myLoginStatus.ID=myID.text
                        myLoginStatus.Role=myRole.text;
              ]]>
         </mx:Script>
         <oxcharts:MyAmazingCanvas id="myCustomComp" myPublicNumber="323" LoginStatus="{myLoginStatus}" />
         <mx:TextInput id="myID" />
         <mx:TextInput id="myRole" />
         <mx:Button id="setData" label="Set Data" click="setLoginData()" />
    </mx:Application>
    When I said at the top level I meant outside the scope of any function, altough is not a requierement, you can as well set it at a function level.

  • Fundamental Problem: ORA-12154: TNS:could not resolve service name

    Hello,
    I am faced with a fundamental problem:
    ORA-12154: TNS:could not resolve service name
    I can say with a high level of confidence that the TNSNAMES.ora configuration file is not the problem. My peer is using the exact same file with no issues. I am using the TOAD database utility to connect to the db host. Also, I have ORACLE_HOME defined and the file is located in /network/ADMIN.
    Any ideas?

    Hello,
    Make sure your toad looking into right tnsnames.ora; also try this from command line after adding following entry to your tnsnames.ora.
    sqlplus username/password@ECDEV
    ECDEV =
      (DESCRIPTION =
        (ADDRESS_LIST =
          (ADDRESS =
            (PROTOCOL = TCP)
            (HOST = rscdd01)  --> you can try ipaddress of your server name as well
            (PORT = 1521)
        (SDU = 8192)
        (CONNECT_DATA =
          (SERVICE_NAME =ECDEV)
          (INSTANCE_NAME=ECDEV)
      )Edited by: OrionNet on Dec 23, 2008 2:22 PM

  • Error "Could not resolve s:ViewNavigatorApplication to a component implementation...", after overlaying with AIR SDK 13.0

    Just installed FB 4.7, overlayed with AIR SDK 13.0, started FlexMobileProject and I get this error "Could not resolve <s:ViewNavigatorApplication> to a component implementation...", which I can't get rid of. Tried 3-4 times, error stays.
    I overwrote the Flex sdk 4.6.0 with Air SDK 13.0.
    Is this a bug? Please help.

    Thanks for the reply. I tried changing to the airmobile-config.xml but then I got the same error with a different componenet.
    Error: Could not resolve <r:QContainer> to a component implementation. <r:QContainer id="d">
    Could this related to a missing SWC from my build path do you think?

  • Could not resolve s:ViewNavigatorApplication to a component implementation

    Hi,
    I am getting this error while building my Flex mobile project using ant build. It compiles preopely through flash Builder but gives the error : "Could not resolve <s:ViewNavigatorApplication> to a component implementation" when compiling with ant. I am using the config file airmobile-config.mxml . Here is my build script mcmlc task is below:
    <mxmlc file="${Src.dir}/${Application.name}.mxml" incremental="false" actionscript-file-encoding="UTF-8"
                 output="${Deploy.dir}/${Application.name}.swf" debug="${Debug.Boolean}" keep-generated-actionscript="false">
                 <load-config filename="${FLEX_HOME}/frameworks/airmobile-config.xml" />
                 <compiler.source-path path-element="${Src.dir}" />
              <source-path path-element="${externalLib.dir}/libraries/CommonMobile/src"/>
              <library-path dir="${FLEX_HOME}/frameworks/libs" includes="*.swc" append="true"/>
              <library-path dir="${FLEX_HOME}/frameworks/libs/mobile" includes="mobilecomponents.swc" append="true"/>
              <library-path dir="${FLEX_HOME}/frameworks/libs/air" includes="*.swc" append="true"/>
              <library-path dir="${FLEX_HOME}/frameworks/libs/automation" includes="*.swc" append="true"/>
              <library-path dir="${FLEX_HOME}/frameworks/libs/mx" includes="*.swc" append="true"/>
              <library-path dir="${FLEX_HOME}/frameworks/libs/player" includes="*.swc" append="true"/>
              <library-path dir="${FLEX_HOME}/frameworks/locale/en_US" append="true"/>
              <library-path dir="${externalLib.dir}/libraries/external/robotlegs/1.4.0/bin" includes="robotlegs-framework-v1.4.0.swc" append="true"/>
              <library-path dir="${tomcat.dir}/webapps/MobilityServer/WEB-INF/flex/libs" includes="fds.swc" append="true"/>  
              <library-path dir="${tomcat.dir}/webapps/MobilityServer/WEB-INF/flex/libs/air" includes="airfds.swc" append="true"/>
              <library-path dir="${tomcat.dir}/webapps/MobilityServer/WEB-INF/flex/libs" includes="fiber.swc" append="true"/>
              <library-path dir="${externalLib.dir}/libraries/CustomMobilelib/bin" includes="CommonMobile.swc" append="true"/>         
             </mxmlc>

    Thanks for the reply. I tried changing to the airmobile-config.xml but then I got the same error with a different componenet.
    Error: Could not resolve <r:QContainer> to a component implementation. <r:QContainer id="d">
    Could this related to a missing SWC from my build path do you think?

  • Could not resolve s:ViewNavigatorApplication to a component  implementation firstView="views.MyApp

    Hi,
    Am getting an error message Could not resolve <s:ViewNavigatorApplication> to a component  implementation firstView="views.MyAppHomeView"> Am trying the following mxml code.
    [exec] Loading configuration file C:\Program Files\Adobe\Adobe Flash Builder 4.5\sdks\blackberry-tablet-sdk-1.0.1\frameworks\air-config.xml    
    [exec] C:\MyApp\src\MyPBApp.mxml(7): Error: Could not resolve <s:ViewNavigatorApplication> to a component implementation.    
    [exec] firstView="views.MyAppHomeView">
    Here's my MyApp.mxml
    <?xml version="1.0" encoding="utf-8"?>
    <s:ViewNavigatorApplication
         xmlns:fx="http://ns.adobe.com/mxml/2009"
         xmlns:s="library://ns.adobe.com/flex/spark"
          xmlns:mx="library://ns.adobe.com/flex/mx"
         firstView="views.MyAppHomeView">
         <fx:Style source="MyApp.css"/>
         <fx:Declarations>
              <!-- Place non-visual elements (e.g., services, value objects) here -->
         </fx:Declarations>
    </s:ViewNavigatorApplication>
    and, here's the compile target of my build file
    <target name="compile">
             <!-- Run the AIR compiler to compile the application, including the PlayBook SDK AIR config -->
                       <exec executable="${playbook-sdk}/bin/amxmlc.bat" dir="${src.dir}">
                            <arg value="-load-config"/>
                            <arg value="${playbook-sdk}/frameworks/air-config.xml"/>
                        <arg value="-swf-version=10"/>
                            <arg value="-source-path+=${src.dir}"/>
                            <arg value="-compiler.library-path+=${playbook-sdk}/frameworks/libs"/>
                            <arg value="-compiler.library-path+=${lib.dir}"/>
                            <arg value="-compiler.debug=false"/>
                            <arg value="-output"/>
                            <arg value="${build-dir}/${app-swf}"/>
                            <arg value="${src.dir}/${app-name}.mxml"/>
                       </exec>
        </target>
    Any ideas why it cannot find that componenet?

    Thanks for the reply. I tried changing to the airmobile-config.xml but then I got the same error with a different componenet.
    Error: Could not resolve <r:QContainer> to a component implementation. <r:QContainer id="d">
    Could this related to a missing SWC from my build path do you think?

  • Problem with Java Memory "Could not reserve enough space for object heap"

    Hi gurus,
    I am not an expert with Java´s configuration, and I have a situation that I don´t understand. First of all, I am working at Centos 6.2 with jdk_1.6 and Tomcat 7.
    The problem is...
    - If I run Tomcat with JAVA_OPTS="-Xmx128m"* (at catalina.sh) all works fine.
    - If I run Tomcat with JAVA_OPTS="-Xmx512m"* (at catalina.sh) an error appears:
    Error occurred during initialization of VM
    Could not reserve enough space for object heap
    Could not create the Java virtual machine.
    This appear when I run java -version or when I try to stop Tomcat, and the Tomcat isn´t able to stop.
    The strange thing is that my server has more than 200M free in physical memory. So, why Tomcat isn´t able to stop? and Why Java doesn´t use the free memory in my server?
    Thanks in advanced.

    Hello EJP, thanks for your answer.
    I have explained bad.
    The server has 703M free when Tomcat is stopped. I had mentioned that my server has more than 200M free in physical memory when Tomcat is running with JAVA_OPTS="-Xmx512m", so I don´t understand why these errors appear.
    Do you understand me?
    Recently I have checked the swap memory, and it is disabled. In spite of swap memory is disabled I think java wouldn´t need this memory because it has free physical memory
    Thanks again.

  • Problem with FX (CS6) "Could not complete your request due to a program error."

    This only happened after I got the master collection. FX effects in Photoshop CS6 do not work, at all. Attempting to use any of them result in the above quoted "Could not complete your request due to a program error."
    I've trashed the prefs, uninstalled/reinstalled, updated drivers, REFORMATTED MY HARD DRIVE, contacted customer support, and about every other troubleshoot short of sacraficing a goat. No cigar.
    Error log gives me the following:
    " ..\..\sources\UPattern.cpp : 1670 : REQUIRE failed"
    Same error, every time.
    Windows 7, 64x
    16gb DDR3
    AMD FX(tm)-4100 Quad-Core Processor [3.61 GHz]
    AMD Radeon HD 7800 Series
    Not running this 'Suitcase' thing. At a complete loss.

    Removing the whole folder worked, which, is good enough for me. I think what happened was a finaggle with the install, as I already had PS installed when I overlayed the master collection on top of it, still doesn't explain it not working after the reformat, might have been linked to my backup/scratch disk in some fashion and broke it. I'm not quite sure how the problem persisted.
    Don't install ps over ps, I guess ^^
    Aha, it was Prefs.
    Thank you! Greatly, been sitting on this problem for months now, no ammount of Googling would help. I can finally go back to work (that I've been sitting on this whole time).

  • Problem with deploying : SDM could not start the J2EE cluster on the host .

    Hello, All
    I have following problem with deploying the aplication I get  this messenger:
    16/09/2008 07:59:44 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [001]Deployment aborted
    Settings
    SDM host : 192.168.0.14
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/PENITU1/LOCALS~1/Temp/temp47114ZChangeRequestDatabase.ear
    Result
    => deployment aborted : file:/C:/DOCUME1/PENITU1/LOCALS~1/Temp/temp47114ZChangeRequestDatabase.ear
    Aborted: development component 'ZChangeRequestDatabase'/'local'/'LOKAL'/'0.2008.05.03.04.24.17'/'0':
    SDM could not start the J2EE cluster on the host Jupiter! The online deployment is terminated. There is no cluster control instance running on host Jupiter which is described in SecureStorage . The instances, returned by MessageServer [MS host: Jupiter; MS port: 3901], are :|Name:JM_T1221612526745_0_penitus15 |Host:PENITUS15 |State:5|HostAddress:192.168.0.205||Name:JM_T1221612357814_0_Jupiter |Host:pfs |State:5|HostAddress:192.168.0.14||Name:JC_Jupiter_JTP_00 |Host:pfs |State:5|HostAddress:192.168.0.14|Please check if there is an appropriate running cluster instances.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).STARTUP_CLUSTER)
    Deployment exception : The deployment of at least one item aborted
    I dont'n know  How do I  solver this error?
    - I reviewed the virtual memory and I increase the virtual memory
    - I restarted the server and  the system
    - I reviwed the parameter in the config tool --> cluster --> security storage it is OK
    Any suggestion for solver this  problem
    Thanks
    Regards
    DS

    I found this messenger in   Additional log information., Please si 
    17/09/2008 03:04:51 PM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] INFO:
    [004]Additional log information about the deployment
    <!LOGHEADER[START]/>
    <!HELP[Manual modification of the header may cause parsing problem!]/>
    <!LOGGINGVERSION[1.5.3.7185 - 630]/>
    <!NAME[C:\usr\sap\JTP\JC00\SDM\program\log\sdmcl20080917200328.log]/>
    <!PATTERN[sdmcl20080917200328.log]/>
    <!FORMATTER[com.sap.tc.logging.TraceFormatter(%24d %s: %m)]/>
    <!ENCODING[Cp1252]/>
    <!LOGHEADER[END]/>
    Sep 17, 2008 1:04:40 PM  Info: -
    Starting deployment -
    Sep 17, 2008 1:04:40 PM  Info: Error handling strategy: OnErrorStop
    Sep 17, 2008 1:04:40 PM  Info: Prerequisite error handling strategy: OnPrerequisiteErrorStop
    Sep 17, 2008 1:04:40 PM  Info: Update strategy: UpdateAllVersions
    Sep 17, 2008 1:04:40 PM  Info: Starting deployment prerequisites:
    Sep 17, 2008 1:04:40 PM  Info: Loading selected archives...
    Sep 17, 2008 1:04:40 PM  Info: Loading archive 'C:\usr\sap\JTP\JC00\SDM\program\temp\temp62604ZIssueDatabase.ear'
    Sep 17, 2008 1:04:41 PM  Info: Selected archives successfully loaded.
    Sep 17, 2008 1:04:41 PM  Info: Actions per selected component:
    Sep 17, 2008 1:04:41 PM  Info: Initial deployment: Selected development component 'ZIssueDatabase'/'local'/'LOKAL'/'0.2008.04.17.10.53.03'/'0' will be deployed.
    Sep 17, 2008 1:04:41 PM  Info: Ending deployment prerequisites. All items are correct.
    Sep 17, 2008 1:04:43 PM  Error: Unable to compare host[Jupiter] and host[PENITUS15] Throwable: java.net.UnknownHostException Throwable message: PENITUS15: PENITUS15
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[pfs] Throwable: java.net.UnknownHostException Throwable message: pfs: pfs
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[pfs] Throwable: java.net.UnknownHostException Throwable message: pfs
    Sep 17, 2008 1:04:45 PM  Info: Saved current Engine state.
    Sep 17, 2008 1:04:45 PM  Info: Starting: Initial deployment: Selected development component 'ZIssueDatabase'/'local'/'LOKAL'/'0.2008.04.17.10.53.03'/'0' will be deployed.
    Sep 17, 2008 1:04:45 PM  Info: SDA to be deployed: C:\usr\sap\JTP\JC00\SDM\root\origin\local\ZIssueDatabase\LOKAL\0\0.2008.04.17.10.53.03\temp62604ZIssueDatabase.ear
    Sep 17, 2008 1:04:45 PM  Info: Software type of SDA: J2EE
    Sep 17, 2008 1:04:45 PM  Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) *****
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[PENITUS15] Throwable: java.net.UnknownHostException Throwable message: PENITUS15
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[pfs] Throwable: java.net.UnknownHostException Throwable message: pfs
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[pfs] Throwable: java.net.UnknownHostException Throwable message: pfs
    Sep 17, 2008 1:04:45 PM  Info: Starting cluster instance processes.
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[PENITUS15] Throwable: java.net.UnknownHostException Throwable message: PENITUS15
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[pfs] Throwable: java.net.UnknownHostException Throwable message: pfs
    Sep 17, 2008 1:04:45 PM  Error: Unable to compare host[Jupiter] and host[pfs] Throwable: java.net.UnknownHostException Throwable message: pfs
    Sep 17, 2008 1:04:45 PM  Error: An error occured while starting a cluster instance.
    Sep 17, 2008 1:04:45 PM  Error: There is no clutser control instance running on host Jupiter which is described in SecureStorage .
    The instances, returned by MessageServer [MS host: Jupiter; MS port: 3901], are :
    Name:JM_T1221672404781_2_penitus15
    Host:PENITUS15
    State:5
    HostAddress:192.168.0.215
    Name:JM_T1221679486171_0_Jupiter
    Host:pfs
    State:5
    HostAddress:192.168.0.14
    Name:JC_Jupiter_JTP_00
    Host:pfs
    State:5
    HostAddress:192.168.0.14
    Please check if there is an appropriate running cluster instances.
    Sep 17, 2008 1:04:45 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Sep 17, 2008 1:04:45 PM  Error: Aborted: development component 'ZIssueDatabase'/'local'/'LOKAL'/'0.2008.04.17.10.53.03'/'0':
    SDM could not start the J2EE cluster on the host Jupiter! The online deployment is terminated.
    There is no clutser control instance running on host Jupiter which is described in SecureStorage .
    The instances, returned by MessageServer [MS host: Jupiter; MS port: 3901], are :
    Name:JM_T1221672404781_2_penitus15
    Host:PENITUS15
    State:5
    HostAddress:192.168.0.215
    Name:JM_T1221679486171_0_Jupiter
    Host:pfs
    State:5
    HostAddress:192.168.0.14
    Name:JC_Jupiter_JTP_00
    Host:pfs
    State:5
    HostAddress:192.168.0.14
    Please check if there is an appropriate running cluster instances.
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).STARTUP_CLUSTER)
    Sep 17, 2008 1:04:45 PM  Info: Starting to save the repository
    Sep 17, 2008 1:04:46 PM  Info: Finished saving the repository
    Sep 17, 2008 1:04:47 PM  Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
    Sep 17, 2008 1:04:47 PM  Error: -
    At least one of the Deployments failed -
    Any help will be well received about this problema
    Thk
    Regards
    DS

  • Problem with Language Import (could not create cofile)

    Hi everybody
    I'm trying to load the language pack "Spanish", but falls and gives me the following message
    "could not create cofile"
    Somebody could give me some indication on how to overcome this mistake, I've seen out there and some queries, but I have not overcome my problem!
    I have created the "Transport System" and charged the language in "DEV Server," but I can not bring it to "test" if the attempt to import "TCode SMLT" gives me the error above.
    thanks

    this is action log!     
    @5B\QInformation@     Start import (state:initial)
    @5B\QInformation@     ... system date: 23.08.2008 system time: 16:38:07
    @5B\QInformation@     Version: 700.F.15
    @5B\QInformation@     Step INIT ...
    @5B\QInformation@     ... system date: 23.08.2008 system time: 16:38:07
    @5B\QInformation@     ... configuration "Selective Language Import"
    @5B\QInformation@     ... executed successfully
    @5B\QInformation@     Step DISASSEMBLE ...
    @5B\QInformation@     ... system date: 23.08.2008 system time: 16:38:07
    @5B\QInformation@     ... do not overwrite data files and cofiles (settings)
    @5C\QError@     Could not create cofile
    @5B\QInformation@     Restart import (state:lc_disassemble)
    @5B\QInformation@     ... system date: 23.08.2008 system time: 16:46:21
    @5B\QInformation@     Step DISASSEMBLE ...
    @5B\QInformation@     ... system date: 23.08.2008 system time: 16:46:21
    @5B\QInformation@     ... do not overwrite data files and cofiles (settings)
    @5C\QError@     Could not create cofile
    @5B\QInformation@     Restart import (state:lc_disassemble)
    @5B\QInformation@     ... system date: 23.08.2008 system time: 17:05:01
    @5B\QInformation@     Step DISASSEMBLE ...
    @5B\QInformation@     ... system date: 23.08.2008 system time: 17:05:01
    @5B\QInformation@     ... do not overwrite data files and cofiles (settings)
    @5C\QError@     Could not create cofile
    Test in STMS
    RFC connections Ok
    Connection Test   Ok
    Transport Tool      Ok
    Transport Directory Ok
    Check Transport Directory                                 24.08.2008  18:49:28
           ECP System ECP
               Transport Directory
                   bin        
    mts-sap\sapmnt\trans\bin
                   buffer     
    mts-sap\sapmnt\trans\buffer
                   cofiles    
    mts-sap\sapmnt\trans\cofiles
                   data       
    mts-sap\sapmnt\trans\data
                   log        
    mts-sap\sapmnt\trans\log
                   sapnames   
    mts-sap\sapmnt\trans\sapnames
                   tmp        
    mts-sap\sapmnt\trans\tmp

  • AIR SDK 3.6 Could not resolve component

    I have Flash Builder 4.6 and the AIR SDK version is 3.5, Today i update the AIR SDK version to 3.6, However when i debug the appliction, the Flash Builder popup a error for "Could not resolve <s:ViewNavigatorApplication> to a component implementation." .
    I have downloaded AIR SDK3.6 from here: http://www.adobe.com/devnet/air/air-sdk-download.html

    Hi Jack,
    Please download AIR SDK from a small note below on http://www.adobe.com/devnet/air/air-sdk-download.html
    for flex users.
    Note : Flex users will need to download the original AIR SDK without the new compiler.
    Please let us know if this fixes your issue.
    Thanks,
    Krati

  • Could not resolve sparks component with Air 3.6 Beta

    Description
    Resource
    Path
    Location
    Type
    Could not resolve <s:SolidColor> to a component implementation.
    ExpandingItemRenderer.mxml
    /ProjectTest/src/renderers
    line 59
    Flex Problem
    Could not resolve <s:State> to a component implementation.
    ExpandingItemRenderer.mxml
    /ProjectTest/src/renderers
    line 33
    Flex Problem
    Could not resolve <s:State> to a component implementation.
    ExpandingItemRenderer.mxml
    /ProjectTest/src/renderers
    line 34
    Flex Problem
    Could not resolve <s:Transition> to a component implementation.
    ExpandingItemRenderer.mxml
    /ProjectTest/src/renderers
    line 38
    Flex Problem
    Could not resolve <s:Transition> to a component implementation.
    ExpandingItemRenderer.mxml
    /ProjectTest/src/renderers
    line 47
    Flex Problem
    This is what i get with the latest Air 3.6 Beta SDK with a mobile project !
    FB 4.7 shows the <mx:Transition> potential match but not the <s:Transition>. Its the same for all the other errors it shows the potential matches
    Can someone provide a solution I even tried to add sparks.swc as external SWC but it doesn t work.

    I Still have theses errors :
    Description
    Resource
    Path
    Location
    Type
    Could not resolve <s:State> to a component implementation.
    MessageBox.mxml
    line 129
    Flex Problem
    Could not resolve <s:State> to a component implementation.
    MessageBox.mxml
    line 130
    Flex Problem
    Could not resolve <s:State> to a component implementation.
    MessageBox.mxml
    line 131
    Flex Problem
    Even if I added the spark.swc
    But the other errors are gone !

  • Could not resolve x to a component implementation problem

    Hi,
    I have run an example. The code is listed below:
    [CODE]
    package com.mydomain.components
    import mx.controls.Label;
    public class CircleLabel extends Label {
    public var circleColor:uint = 0x000000;
    public function CircleLabel(){
    super();
    override protected function
    updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
    super.updateDisplayList(unscaledWidth, unscaledHeight);
    // Draw a circle around the label text
    graphics.lineStyle(1, this.circleColor, 1.0);
    graphics.drawEllipse(-5,-5,this.width+10,this.height+10);
    [/CODE]
    [CODE]
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application
    xmlns:mx="
    http://www.adobe.com/2006/mxml"
    xmlns:comps="com.mydomain.components.*"
    backgroundColor="#FFFFFF" >
    <mx:Panel title="CircleLabel Component" width="500"
    height="90"
    paddingTop="10" paddingLeft="10" paddingRight="10"
    paddingBottom="10"
    layout="horizontal">
    <comps:CircleLabel text="Black Circle Label"
    circleColor="0x000000" />
    <mx:Spacer width="20" />
    <comps:CircleLabel text="Red Circle Label"
    circleColor="0xFF0000" />
    </mx:Panel>
    </mx:Application>
    [/CODE]
    I am using Flex Builder 2.0.1. These file are put in the same
    Flex project and in the same folder. When I compilled them, there
    was an error: Could not resolve <comps:CircleLabel> to a
    component implementation.
    Please help me to solve this problem.
    Thank in advance,
    Duc

    to be more clear CircleLabel component should be under
    com/mydomain/components cirectory

  • HT201210 could not be updated because of the firmware file is not compatible (how to resolve this problem or ios 6 could not be used on iphone4?)

    could not be updated because of the firmware file is not compatible (how to resolve this problem or ios 6 could not be used on iphone4?)

    Do you have iTunes 10.6.3?
    If not, update iTunes first then try again.

  • While typing, the keyboard starts typing multiple letters. I'm fed up of this. I don't think I am doing something at my own, it's happening at its own. Is it because of some problem in the hardware since OS and system refresh could not resolve this.

    While i type, the keyboard starts typing multiple letters. I'm fed up of this. I think it's happening at its own. Is it because of some problem in the hardware since OS and system refresh could not resolve this please help.

    First thing to try is to reset your device. Press and hold the Home and Sleep buttons simultaneously ignoring the red slider should one appear until the Apple logo appears. Let go of the buttons and let the device restart. See if that fixes your problem.
    If you have done this like I describe above and the problem continues I suggest you contact Apple Support or make an appointment at an Apple Store and have your iPad examined by a technician.

Maybe you are looking for