Compiling for android problem. aapt tool failed

Hi!
I'm trying to compile the test project on starling and adobe air for adnroid using windows7 and flashdevelop. this manual http://wiki.starling-framework.org/manual/project_setup
But here is error on compiling with aapt tool:
"aapt tool failed: invalid resource directory name: C\Users\UserName\AppData\Local\Temp\TempFolderName\captive_runtime_res/drawable-xxhdpi"
What it can be?
Thanks!

Hi,
Thanks for reporting the issue, The same problem is discussed here - https://forums.adobe.com/message/6446565#6446565
Hope that helps.
-Thanks
Pahup

Similar Messages

  • Aapt tool failed

    SDK: AIR 14.0.0.110
    Project for android. Bind the runtime, I get these errors: 
    aapt tool failed:C:\Users\king\AppData\Local\Temp\7fb6690a-7704-4500-9a20-b9c9a4797026\captive_runt ime_res\layout\wand_companion.xml:7: error: Error: No resource found that matches the given name (at 'background' with value '@color/transparent').
    C:\Users\king\AppData\Local\Temp\7fb6690a-7704-4500-9a20-b9c9a4797026\captive_runtime_res\ layout\wand_default.xml:8: error: Error: No resource found that matches the given name (at 'background' with value '@color/transparent').
    C:\Users\king\AppData\Local\Temp\7fb6690a-7704-4500-9a20-b9c9a4797026\captive_runtime_res\ layout\wand_default.xml:8: error: Error: No resource found that matches the given name (at 'textColor' with value '@color/white').
    C:\Users\king\AppData\Local\Temp\7fb6690a-7704-4500-9a20-b9c9a4797026\captive_runtime_res\ layout\wand_default.xml:8: error: Error: No resource found that matches the given name (at 'text' with value '@string/air_wand').
    C:\Users\king\AppData\Local\Temp\7fb6690a-7704-4500-9a20-b9c9a4797026\captive_runtime_res\ layout\wand_default.xml:19: error: Error: No resource found that matches the given name (at 'background' with value '@color/transparent').
    C:\Users\king\AppData\Local\Temp\7fb6690a-7704-4500-9a20-b9c9a4797026\captive_runtime_res\ layout\wand_default.xml:19: error: Error: No resource found that matches the given name (at 'textColor' with value '@color/white').
    C:\Users\king\AppData\Local\Temp\7fb6690a-7704-4500-9a20-b9c9a4797026\captive_runtime_res\ layout\wand_default.xml:32: error: Error: No resource found that matches the given name (at 'background' with value '@color/transparent').
    C:\Users\king\AppData\Local\Temp\7fb6690a-7704-4500-9a20-b9c9a4797026\captive_runtime_res\ layout\wand_default.xml:40: error: Error: No resource found that matches the given name (at 'background' with value '@color/transparent').
    C:\Users\king\AppData\Local\Temp\7fb6690a-7704-4500-9a20-b9c9a4797026\captive_runtime_res\ layout\wand_default.xml:40: error: Error: No resource found that matches the given name (at 'textColor' with value '@color/white').
    C:\Users\king\AppData\Local\Temp\7fb6690a-7704-4500-9a20-b9c9a4797026\captive_runtime_res\ layout\wand_default.xml:53: error: Error: No resource found that matches the given name (at 'background' with value '@color/transparent').
    C:\Users\king\AppData\Local\Temp\7fb6690a-7704-4500-9a20-b9c9a4797026\captive_runtime_res\ layout\wand_default.xml:53: error: Error: No resource found that matches the given name (at 'textColor' with value '@color/white').
    What's wrong?

    Hi,
    Thanks for reporting the issue, The same problem is discussed here - https://forums.adobe.com/message/6446565#6446565
    Hope that helps.
    -Thanks
    Pahup

  • Flash builder 4.6 : aapt tool failed - AndroidManifest.xml:33: error: Error parsing XML: not well-fo

    This is happening with a "fresh" installation of flash builder 4.6 and it's driving me crazy:  During "export release build" I get the error: "Error occurred while packaging the application: aapt tool failed: c:\users\alfonso\AppData\local\Temp[...]\AndroidManifest.xml:33: error: Error parsing XML: not well-formet (invalid token)  This happened while importing a project build into another computer.  If I create a BLANK air mobile project and I copy the application manifest on the old application EV ERYTHING WORKS FINE. As soon as I touch a single line of code in the application manifest I get the error. And also I get the error even if I UNDO the changes into the -app.xml  Any help would be really appreciated  Thanks  Alfonso Florio

    Having same issue here. In my case I'm just trying to place a local video file; hear audio, t see no video running it within Flash Builder and the ADL simulator on my Mac. It's very frustrating that everything Abobe has posted on this is targeted toward the Flash player runnung inside a damn browser... don't they realize we need a IOS solution for the 1000s of iPhones and iPads out there? Very frustrated with this.

  • Compiling for Android does not accept filenames with characteres ã, é, ç, etc.

    I'm trying to compile an Android application, but when i try so, i receive a messagem:
    Error occurred while packaging the application:
    Asset file or directory name contains invalid characters. Error occurred for : aplicação.png
    it does not allow characters like ç ã é á, etc.
    Is that an Android limitation or some Flex configuration i must change?
    Thanks.

    Thanks a lot for the help, etresoft. I just finished this project and I am going to explain how I did it, for the others that might need this information.
    To be true, one doesn't need to escape the characters, unless it's impossible to send 8-bit-encoded text to the printer. At this day and age, this should not be a problem on any platform. Zebra printers accept CP850 and CP1250. I chose to use CP850, also known as "DOS Latin 1".
    My ZPL code is stored in a NSString. I create a temporary file from this NSString and then use PMPrinterPrintWithFile to send it to the printer as a raw print job.
    To create the file, one can simply use +NSString writeToFile:atomically:encoding:error:+ and pass CFStringConvertEncodingToNSStringEncoding(kCFStringEncodingDOSLatin1) as the encoding.
    It just works, beautifully.
    Message was edited by: fdonadio (fixed a typo)
    Message was edited by: fdonadio

  • Air for Android problem

    Hi. Hope someone can help!
    I've successfully published an interactive childrens book app for the iPad using Air for iOS. I now want to publish the same app using Air for Android. I did a quick test just to see what it will look like and found that the animation is very slow and therefor the voice over is out of sync.
    The animations are hand drawn images with very basic tween motions. That's it!
    For navigation I used code snippets.
    Can someone please point me in the right direction?
    M

    did you test on an android device or emulator?
    if you used the emulator, test on a device.
    if you tested on a device make sure you have always have a background bitmap even if its just a stage colored rectangle.

  • Lync 2013 for Android problem

    Hi,
    We've got a problem with Lync 2013 client for andriod unable to connect to our on prem Lync 2013 deployment.
    Windows Phone clients can connect without any problems, Lync diagnostic tool doesn't throw any significant errors, PC clients are working fine as well. Below you will find part of a connection log from Lync 2013 client on one of our android phones:
    -19 00:50:24.198  4048  4048 I LyncPerformance: PerfBegin|2-12:Signin - Started|1413672624207
    10-19 00:50:24.358  4048  4048 I LYNC    : INFO APPLICATION .\capplication.cpp/1824:Initialized the sign in BRB logger
    10-19 00:50:24.358  4048  4048 I LYNC    : INFO APPLICATION .\cucwaappsession.cpp/975:CUcwaAppSession canceling all requests
    10-19 00:50:24.368  4048  4048 I LYNC    : INFO UTILITIES .\cbasepersistablecomponent.cpp/230:Storing 7 out-of-sync components took 7ms
    10-19 00:50:24.368  4048  4048 I LYNC    : INFO APPLICATION .\cucwaautodiscoveryserviceretrialwrapper.cpp/566:Timer cancelled. OnResume = 0
    10-19 00:50:24.368  4048  4048 I LYNC    : INFO APPLICATION .\calertreporter.cpp/117:Alert cleared of Category 1, Type 201, cleared 0 alerts
    10-19 00:50:24.368  4048  4048 I LYNC    : INFO APPLICATION .\cucwaautodiscoveryserviceretrialwrapper.cpp/566:Timer cancelled. OnResume = 0
    10-19 00:50:24.368  4048  4048 I AndroidOperationQueue: CancelSync Started
    10-19 00:50:24.368  4048  4048 I AndroidOperationQueue: No operations pending
    10-19 00:50:24.368  4048  4048 I LYNC    : INFO APPLICATION .\capplication.cpp/934:CApplication::serialize() called
    10-19 00:50:24.368  4048  4048 V LYNC    : VERBOSE APPLICATION .\ccredentialstore.cpp/137:storing credentials for service:1
    10-19 00:50:24.558  4048  4048 I LYNC    : INFO APPLICATION .\cbasepersistableentity.cpp/179:Storing 2 out-of-sync Object Models took 195ms
    10-19 00:50:24.598  4048  4048 I AndroidOperationQueue: CancelSync Started
    10-19 00:50:24.598  4048  4048 I AndroidOperationQueue: No operations pending
    10-19 00:50:24.608  4048  4048 I LYNC    : INFO APPLICATION .\cbasepersistableentity.cpp/179:Storing 4 out-of-sync Object Models took 7ms
    10-19 00:50:24.628  4048  4048 I LYNC    : INFO APPLICATION .\cbasepersistableentity.cpp/179:Storing 0 out-of-sync Object Models took 0ms
    10-19 00:50:24.628  4048  4048 I LYNC    : INFO APPLICATION .\ccertificateprovisioningservice.cpp/541:Clearing certificate from transport: 37c7c324-637d-4991-9eb3-0ff64460f41c
    10-19 00:50:24.628  4048  4048 I LYNC    : INFO TRANSPORT .\chttprequestprocessor.cpp/134:Clearing request processor for component MetaDataManager on sign-out.
    10-19 00:50:24.628  4048  4048 I LYNC    : INFO APPLICATION .\capplication.cpp/897:Impersonalized the Object Model
    10-19 00:50:24.638  4048  4048 I LYNC    : INFO APPLICATION .\cconfiguration.cpp/1279:CConfiguration::deserialize() called
    10-19 00:50:24.638  4048  4048 I LYNC    : INFO APPLICATION .\cucwaappsession.cpp/434:SignIn. signInAsUserState=2, actualState=0
    10-19 00:50:24.638  4048  4048 I LYNC    : INFO APPLICATION .\cucwaappsession.cpp/1234:Updating URLs. For Ucwa: discoveredFqdn=, applicationsRelativeUrl=, configuredInternal=https://lyncdiscover.domain.com, configuredExternal=https://lyncdiscover.domain.com,
    loc=0, auto-discovery=0
    10-19 00:50:24.638  4048  4048 I LYNC    : INFO APPLICATION .\cucwaappsession.cpp/975:CUcwaAppSession canceling all requests
    10-19 00:50:24.638  4048  4048 I LYNC    : INFO APPLICATION .\cucwaappsession.cpp/674:Sending AutoDiscovery request (in sign-in sequence)
    10-19 00:50:24.638  4048  4048 I LYNC    : INFO APPLICATION .\cucwaautodiscoveryserviceretrialwrapper.cpp/566:Timer cancelled. OnResume = 0
    10-19 00:50:24.638  4048  4048 I LYNC    : INFO APPLICATION .\calertreporter.cpp/117:Alert cleared of Category 1, Type 201, cleared 0 alerts
    10-19 00:50:24.638  4048  4048 I LYNC    : INFO APPLICATION .\cucwaautodiscoveryservice.cpp/2142:suspensionState = 2
    10-19 00:50:24.638  4048  4048 I LYNC    : INFO APPLICATION .\cucwaautodiscoveryservice.cpp/2118:adIsEnabled = 0, sipUri = sip:[email protected], m_internalADUrlInput = https://lyncdiscover.domain.comm_externalADUrlInput = https://lyncdiscover.domain.com
    10-19 00:50:24.638  4048  4048 I LYNC    : INFO APPLICATION .\cucwaautodiscoveryservice.cpp/1017:Discover UCWA urls from https://lyncdiscover.domain.com & https://lyncdiscover.domain.com for sip:[email protected]
    10-19 00:50:24.638  4048  4048 I LYNC    : INFO TRANSPORT .\transportutilityfunctions.cpp/491:Extracted domain.com from sip:[email protected]
    10-19 00:50:24.638  4048  4048 I LYNC    : INFO APPLICATION .\cucwaautodiscoveryservice.cpp/1121:Starting Auto Discovery with urls https://lyncdiscover.domain.com?sipuri=sip:[email protected] and https://lyncdiscover.domain.com?sipuri=sip:[email protected]
    10-19 00:50:24.638  4048  4048 V HttpConnection: get native 1378331608 httpCallback com.microsoft.office.lync.platform.HttpConnectionNativeCallback$1@412f39c0
    10-19 00:50:24.648  4048  4048 I LYNC    : INFO TRANSPORT .\ccredentialmanager.cpp/176:getSpecificCredential for serviceId(4) returning: credType (1) signInName () domain () username () password.empty() (1) certificate.isValid() (0)
    privateKey.empty() (1) compatibleServiceIds(4)
    10-19 00:50:24.648  4048  4048 I HttpConnection: originalurl is https://lyncdiscover.domain.com?sipuri=sip:[email protected] method Get
    10-19 00:50:24.648  4048  4048 I HttpConnection: decodedurl is https://lyncdiscover.domain.com?sipuri=sip:[email protected]
    10-19 00:50:24.648  4048  4048 I LYNC    : INFO TRANSPORT .\transportutilityfunctions.cpp/634:<SentRequest>
    10-19 00:50:24.648  4048  4048 I LYNC    : GET https://lyncdiscover.domain.com?sipuri=sip:[email protected]
    10-19 00:50:24.648  4048  4048 I LYNC    : Request Id: 0x52134210
    10-19 00:50:24.648  4048  4048 I LYNC    : HttpHeader:Accept application/vnd.microsoft.rtc.autodiscover+xml;v=1
    10-19 00:50:24.648  4048  4048 I LYNC    :
    10-19 00:50:24.648  4048  4048 I LYNC    :
    10-19 00:50:24.648  4048  4048 I LYNC    : </SentRequest>
    10-19 00:50:24.648  4048  4048 V HttpConnection: post request: https://lyncdiscover.domain.com?sipuri=sip:[email protected]
    10-19 00:50:24.648  4048  4202 V HttpConnection: send request: https://lyncdiscover.domain.com?sipuri=sip:[email protected]
    10-19 00:50:24.648  4048  4202 I HttpEngine: AutoRedirect true for https://lyncdiscover.domain.com?sipuri=sip:[email protected] and setting it to FALSE for manual handling
    10-19 00:50:24.648  4048  4202 V HttpEngine: Executing request with https://lyncdiscover.domain.com?sipuri=sip:[email protected] Connection pool count is  1
    10-19 00:50:24.648  4048  4048 I LYNC    : INFO APPLICATION .\ctransportrequestretrialqueue.cpp/385:Submitting new req. GET-UnauthenticatedRootGetRequest(0x52134210)
    10-19 00:50:24.648  4048  4048 I LYNC    : INFO APPLICATION .\cucwaautodiscoveryservice.cpp/1171:Submitting Unauthenticated AutoDiscovery request to https://lyncdiscover.domain.com?sipuri=sip:[email protected]
    10-19 00:50:24.648  4048  4048 I LYNC    : INFO TRANSPORT .\transportutilityfunctions.cpp/491:Extracted domain.com from sip:[email protected]
    10-19 00:50:24.648  4048  4048 I LYNC    : INFO APPLICATION .\cucwaappsession.cpp/998:CUcwaAppSession::setNewActualState() state=1
    10-19 00:50:24.658  4048  4048 I LYNC    : INFO APPLICATION .\capplication.cpp/1858:CUcwaAppSession::signIn() succeeded
    10-19 00:50:24.678  4048  4048 W LocaleUtil: locale = en_US
    10-19 00:50:24.678  4048  4048 W LocaleUtil: scriptSubtag = Latn
    10-19 00:50:24.688  4048  4048 W LocaleUtil: locale = en_US
    10-19 00:50:24.688  4048  4048 W LocaleUtil: scriptSubtag = Latn
    10-19 00:50:24.818  4048  4048 W LocaleUtil: locale = en_US
    10-19 00:50:24.818  4048  4048 W LocaleUtil: scriptSubtag = Latn
    10-19 00:50:24.828  4048  4048 W LocaleUtil: locale = en_US
    10-19 00:50:24.828  4048  4048 W LocaleUtil: scriptSubtag = Latn
    10-19 00:50:24.878  4048  4202 D HttpEngine: Resolved addr : localhost
    10-19 00:50:24.888  4048  4202 E HttpConnection: java.lang.NullPointerException
    10-19 00:50:24.888  4048  4202 E HttpConnection:     at com.microsoft.office.lync.platform.HttpEngine$DelegateSocketFactory.verifyHostname(HttpEngine.java:663)
    10-19 00:50:24.888  4048  4202 E HttpConnection:     at com.microsoft.office.lync.platform.HttpEngine$DelegateSocketFactory.createSocket(HttpEngine.java:623)
    10-19 00:50:24.888  4048  4202 E HttpConnection:     at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:165)
    10-19 00:50:24.888  4048  4202 E HttpConnection:     at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:164)
    10-19 00:50:24.888  4048  4202 E HttpConnection:     at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:119)
    10-19 00:50:24.888  4048  4202 E HttpConnection:     at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:360)
    10-19 00:50:24.888  4048  4202 E HttpConnection:     at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:555)
    10-19 00:50:24.888  4048  4202 E HttpConnection:     at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:487)
    10-19 00:50:24.888  4048  4202 E HttpConnection:     at com.microsoft.office.lync.platform.HttpEngine.execute(HttpEngine.java:391)
    10-19 00:50:24.888  4048  4202 E HttpConnection:     at com.microsoft.office.lync.platform.HttpConnection$1.run(HttpConnection.java:227)
    10-19 00:50:24.888  4048  4202 E HttpConnection:     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
    10-19 00:50:24.888  4048  4202 E HttpConnection:     at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
    10-19 00:50:24.888  4048  4202 E HttpConnection:     at java.util.concurrent.FutureTask.run(FutureTask.java:137)
    10-19 00:50:24.888  4048  4202 E HttpConnection:     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
    10-19 00:50:24.888  4048  4202 E HttpConnection:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
    10-19 00:50:24.888  4048  4202 E HttpConnection:     at java.lang.Thread.run(Thread.java:856)
    10-19 00:50:24.888  4048  4202 V HttpConnection: got Response: https://lyncdiscover.domain.com?sipuri=sip:[email protected] statusCode: 0 callback com.microsoft.office.lync.platform.HttpConnectionNativeCallback$1@412f39c0
    10-19 00:50:24.978  4048  4048 I UcClientStateManager: New UI State: ActualState = IsSigningIn DesiredState = BeSignedIn  DataAvailable = false New state=class com.microsoft.office.lync.ui.login.SigningInActivity
    10-19 00:50:25.098  4048  4048 V LyncActivity: finish being called for com.microsoft.office.lync.ui.login.SigninActivity
    10-19 00:50:25.108  4048  4048 I LYNC    : INFO APPLICATION .\cewsattachmentmanager.cpp/196:Scheduling cleanup run in 86400sec
    10-19 00:50:25.108  4048  4048 I LYNC    : INFO TRANSPORT .\ccredentialmanager.cpp/176:getSpecificCredential for serviceId(1) returning: credType (1) signInName ([email protected]) domain (corp) username (test) password.empty() (0) certificate.isValid()
    (0) privateKey.empty() (1) compatibleServiceIds(1)
    10-19 00:50:25.108  4048  4048 V HttpConnectionNativeCallback: exception java.lang.NullPointerException statusCode 0
    10-19 00:50:25.108  4048  4048 E LYNC    : ERROR TRANSPORT .\chttpconnection.cpp/226:CHttpConnection exception: java.lang.NullPointerException
    10-19 00:50:25.108  4048  4048 I LYNC    : INFO TRANSPORT .\chttprequestprocessor.cpp/173:Received response of request(UcwaAutoDiscoveryRequest) with status = 0x22020001
    10-19 00:50:25.108  4048  4048 I LYNC    : INFO TRANSPORT .\chttprequestprocessor.cpp/201:Request UcwaAutoDiscoveryRequest resulted in E_ConnectionError (E2-2-1). The retry counter is: 0
    10-19 00:50:25.108  4048  4048 V HttpConnection: get native 1370056832 httpCallback com.microsoft.office.lync.platform.HttpConnectionNativeCallback$1@41299c88
    10-19 00:50:25.108  4048  4048 I LYNC    : INFO TRANSPORT .\ccredentialmanager.cpp/176:getSpecificCredential for serviceId(4) returning: credType (1) signInName () domain () username () password.empty() (1) certificate.isValid() (0)
    privateKey.empty() (1) compatibleServiceIds(4)
    10-19 00:50:25.108  4048  4048 I HttpConnection: originalurl is https://lyncdiscover.domain.com?sipuri=sip:[email protected] method Get
    10-19 00:50:25.108  4048  4048 I HttpConnection: decodedurl is https://lyncdiscover.domain.com?sipuri=sip:[email protected]
    10-19 00:50:25.108  4048  4048 I LYNC    : INFO TRANSPORT .\transportutilityfunctions.cpp/634:<SentRequest>
    10-19 00:50:25.108  4048  4048 I LYNC    : GET https://lyncdiscover.domain.com?sipuri=sip:[email protected]
    10-19 00:50:25.108  4048  4048 I LYNC    : Request Id: 0x52134210
    10-19 00:50:25.108  4048  4048 I LYNC    : HttpHeader:Accept application/vnd.microsoft.rtc.autodiscover+xml;v=1
    10-19 00:50:25.108  4048  4048 I LYNC    :
    10-19 00:50:25.108  4048  4048 I LYNC    :
    10-19 00:50:25.108  4048  4048 I LYNC    : </SentRequest>
    10-19 00:50:25.108  4048  4048 V HttpConnection: post request: https://lyncdiscover.domain.com?sipuri=sip:[email protected]
    10-19 00:50:25.108  4048  4198 V HttpConnection: send request: https://lyncdiscover.domain.com?sipuri=sip:[email protected]
    10-19 00:50:25.108  4048  4198 I HttpEngine: AutoRedirect true for https://lyncdiscover.domain.com?sipuri=sip:[email protected] and setting it to FALSE for manual handling
    10-19 00:50:25.108  4048  4198 V HttpEngine: Executing request with https://lyncdiscover.domain.com?sipuri=sip:[email protected] Connection pool count is  1
    10-19 00:50:25.178  4048  4051 D dalvikvm: GC_CONCURRENT freed 313K, 10% free 7311K/8071K, paused 8ms+6ms, total 46ms
    10-19 00:50:25.368  4048  4198 D HttpEngine: Resolved addr : localhost
    10-19 00:50:25.368  4048  4198 E HttpConnection: java.lang.NullPointerException
    10-19 00:50:25.368  4048  4198 E HttpConnection:     at com.microsoft.office.lync.platform.HttpEngine$DelegateSocketFactory.verifyHostname(HttpEngine.java:663)
    10-19 00:50:25.368  4048  4198 E HttpConnection:     at com.microsoft.office.lync.platform.HttpEngine$DelegateSocketFactory.createSocket(HttpEngine.java:623)
    10-19 00:50:25.368  4048  4198 E HttpConnection:     at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:165)
    10-19 00:50:25.368  4048  4198 E HttpConnection:     at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:164)
    10-19 00:50:25.368  4048  4198 E HttpConnection:     at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:119)
    10-19 00:50:25.368  4048  4198 E HttpConnection:     at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:360)
    10-19 00:50:25.368  4048  4198 E HttpConnection:     at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:555)
    10-19 00:50:25.368  4048  4198 E HttpConnection:     at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:487)
    10-19 00:50:25.368  4048  4198 E HttpConnection:     at com.microsoft.office.lync.platform.HttpEngine.execute(HttpEngine.java:391)
    10-19 00:50:25.368  4048  4198 E HttpConnection:     at com.microsoft.office.lync.platform.HttpConnection$1.run(HttpConnection.java:227)
    10-19 00:50:25.368  4048  4198 E HttpConnection:     at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
    10-19 00:50:25.368  4048  4198 E HttpConnection:     at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
    10-19 00:50:25.368  4048  4198 E HttpConnection:     at java.util.concurrent.FutureTask.run(FutureTask.java:137)
    10-19 00:50:25.368  4048  4198 E HttpConnection:     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
    10-19 00:50:25.368  4048  4198 E HttpConnection:     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
    10-19 00:50:25.368  4048  4198 E HttpConnection:     at java.lang.Thread.run(Thread.java:856)
    10-19 00:50:25.368  4048  4198 V HttpConnection: got Response: https://lyncdiscover.domain.com?sipuri=sip:[email protected] statusCode: 0 callback com.microsoft.office.lync.platform.HttpConnectionNativeCallback$1@41299c88
    10-19 00:50:25.398  4048  4048 D SigninActivity: onPause()
    10-19 00:50:25.438  4048  4048 V HttpConnectionNativeCallback: exception java.lang.NullPointerException statusCode 0
    10-19 00:50:25.438  4048  4048 E LYNC    : ERROR TRANSPORT .\chttpconnection.cpp/226:CHttpConnection exception: java.lang.NullPointerException
    10-19 00:50:25.438  4048  4048 I LYNC    : INFO TRANSPORT .\chttprequestprocessor.cpp/173:Received response of request(UcwaAutoDiscoveryRequest) with status = 0x22020001
    10-19 00:50:25.438  4048  4048 I LYNC    : INFO TRANSPORT .\chttprequestprocessor.cpp/201:Request UcwaAutoDiscoveryRequest resulted in E_ConnectionError (E2-2-1). The retry counter is: 1
    10-19 00:50:25.438  4048  4048 I LYNC    : INFO TRANSPORT .\chttprequestprocessor.cpp/266:Sending event to main thread for request(0x52134210)
    10-19 00:50:25.448  4048  4048 I loadLabel: ComponentInfo.java loadLabel
    10-19 00:50:25.448  4048  4048 I loadLabel: ComponentInfo packageName iscom.microsoft.office.lync15
    10-19 00:50:25.448  4048  4048 D SigningInActivity: onCreate()
    10-19 00:50:25.448  4048  4048 V ActivityMonitor: Activity Create: com.microsoft.office.lync.ui.login.SigningInActivity
    10-19 00:50:25.458  4048  4048 W AccessibilityViewFactory: Failed to find class for view RelativeLayout
    10-19 00:50:25.478  4048  4048 D SigningInActivity: onStart()
    10-19 00:50:25.478  4048  4048 V ActivityMonitor: Activity Start: com.microsoft.office.lync.ui.login.SigningInActivity
    10-19 00:50:25.478  4048  4048 D SigningInActivity: onResume()
    10-19 00:50:25.508  4048  4048 I LYNC    : INFO APPLICATION .\ctransportrequestretrialqueue.cpp/822:Req. completed, Stopping timer.
    10-19 00:50:25.508  4048  4048 I LYNC    : INFO APPLICATION .\cucwaautodiscoveryservice.cpp/1305:Received autodiscovery response with status E_ConnectionError (E2-2-1)
    10-19 00:50:25.508  4048  4048 I LYNC    : INFO APPLICATION .\cucwaautodiscoveryservice.cpp/1319:Ignoring request of type 1 as current state is 8
    10-19 00:50:25.508  4048  4048 I LYNC    : INFO APPLICATION .\cucwaautodiscoveryservice.cpp/1321:Request url was https://lyncdiscover.domain.com?sipuri=sip:[email protected]
    10-19 00:50:25.508  4048  4048 I LYNC    : INFO APPLICATION .\ctransportrequestretrialqueue.cpp/725:Response received for req. GET-UnauthenticatedRootGetRequest(0x52134210): E_ConnectionError (E2-2-1) (RemoteNetworkTemporaryError);
    Done with req.; Stopping resend timer
    10-19 00:50:26.178  4048  4048 D SigninActivity: onStop()
    10-19 00:50:26.178  4048  4048 V ActivityMonitor: Activity Stop: com.microsoft.office.lync.ui.login.SigninActivity
    10-19 00:50:26.178  4048  4048 D SigninActivity: onDestroy()
    10-19 00:50:26.178  4048  4048 V ActivityMonitor: Activity Destroy: com.microsoft.office.lync.ui.login.SigninActivity
    10-19 00:50:37.878  4048  4048 I Choreographer: Skipped 73 frames!  The application may be doing too much work on its main thread.
    Any help would be greatly appreciated.
    Best,
    Marcin

    Hi,
    Server is up to date and accessible from ALL clients apart of Android one.
    Reflashed phone with latest Android 4, reinstalled Lync 2013 and at first login attempt I got (with server autodiscover ON):
    11-06 16:37:44.699 2387 2387 V HttpConnection: post request: https://lyncdiscover.domain.com/?sipuri=sip:[email protected]
    11-06 16:37:44.699 2387 2484 V HttpConnection: send request: https://lyncdiscover.domain.com/?sipuri=sip:[email protected]
    11-06 16:37:44.699 2387 2484 V HttpEngine: Executing request with https://lyncdiscover.domain.com/?sipuri=sip:[email protected] Connection pool count is 1
    11-06 16:37:44.729 2387 2387 I LYNC : INFO APPLICATION .\cucwaautodiscoverygetuserurloperation.cpp/393:CUcwaAutoDiscoverGetUserUrlOperation::onEvent received. Status = E_ClientVersionBlocked (E2-3-30), url = http://lyncdiscover.domain.com/
    11-06 16:37:44.729 2387 2387 I LYNC : INFO APPLICATION .\cucwaautodiscoverygetuserurloperation.cpp/224:UcwaAutoDiscoveryGetUserUrlOperation completed with url = http://lyncdiscover.domain.com/?sipuri=sip:[email protected], userUrl = , status = E_ClientVersionBlocked (E2-3-30)
    11-06 16:37:44.889 2387 2484 D HttpEngine: Resolved addr : localhost
    11-06 16:37:44.929 2387 2484 E HttpConnection: java.lang.NullPointerException
    11-06 16:37:44.929 2387 2484 E HttpConnection: at com.microsoft.office.lync.platform.HttpEngine$DelegateSocketFactory.verifyHostname(HttpEngine.java:663)
    11-06 16:37:44.929 2387 2484 E HttpConnection: at com.microsoft.office.lync.platform.HttpEngine$DelegateSocketFactory.createSocket(HttpEngine.java:623)
    11-06 16:37:44.929 2387 2484 E HttpConnection: at org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:165)
    11-06 16:37:44.929 2387 2484 E HttpConnection: at org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:164)
    11-06 16:37:44.929 2387 2484 E HttpConnection: at org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:119)
    11-06 16:37:44.929 2387 2484 E HttpConnection: at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:360)
    11-06 16:37:44.929 2387 2484 E HttpConnection: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:555)
    11-06 16:37:44.929 2387 2484 E HttpConnection: at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:487)
    11-06 16:37:44.929 2387 2484 E HttpConnection: at com.microsoft.office.lync.platform.HttpEngine.execute(HttpEngine.java:391)
    11-06 16:37:44.929 2387 2484 E HttpConnection: at com.microsoft.office.lync.platform.HttpConnection$1.run(HttpConnection.java:227)
    11-06 16:37:44.929 2387 2484 E HttpConnection: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
    11-06 16:37:44.929 2387 2484 E HttpConnection: at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
    11-06 16:37:44.929 2387 2484 E HttpConnection: at java.util.concurrent.FutureTask.run(FutureTask.java:137)
    11-06 16:37:44.929 2387 2484 E HttpConnection: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1076)
    11-06 16:37:44.929 2387 2484 E HttpConnection: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:569)
    11-06 16:37:44.929 2387 2484 E HttpConnection: at java.lang.Thread.run(Thread.java:856)
    11-06 16:37:44.929 2387 2484 V HttpConnection: got Response: https://lyncdiscover.domain.com/?sipuri=sip:[email protected] statusCode: 0 callback com.microsoft.office.lync.platform.HttpConnectionNativeCallback$1@42613ed8
    11-06 16:37:45.219 2387 2387 V HttpConnectionNativeCallback: exception java.lang.NullPointerException statusCode 0
    11-06 16:37:45.219 2387 2387 E LYNC : ERROR TRANSPORT .\chttpconnection.cpp/226:CHttpConnection exception: java.lang.NullPointerException
    11-06 16:37:45.219 2387 2387 I LYNC : INFO TRANSPORT .\chttprequestprocessor.cpp/173:Received response of request(UcwaAutoDiscoveryRequest) with status = 0x22020001
    11-06 16:37:45.219 2387 2387 I LYNC : INFO TRANSPORT .\chttprequestprocessor.cpp/201:Request UcwaAutoDiscoveryRequest resulted in E_ConnectionError (E2-2-1). The retry counter is: 1
    11-06 16:37:45.219 2387 2387 I LYNC : INFO TRANSPORT .\chttprequestprocessor.cpp/266:Sending event to main thread for request(0x51d45b00)
    11-06 16:37:45.239 2387 2388 D dalvikvm: GC_CONCURRENT freed 335K, 7% free 7367K/7879K, paused 32ms+263ms, total 343ms
    11-06 16:37:45.249 2387 2387 I LYNC : INFO APPLICATION .\ctransportrequestretrialqueue.cpp/822:Req. completed, Stopping timer.
    11-06 16:37:45.249 2387 2387 E LYNC : ERROR APPLICATION .\cucwaautodiscoverygetuserurloperation.cpp/325:Request failed. Error - E_ConnectionError (E2-2-1)
    11-06 16:37:45.249 2387 2387 I LYNC : INFO APPLICATION .\cucwaautodiscoverygetuserurloperation.cpp/224:UcwaAutoDiscoveryGetUserUrlOperation completed with url = https://lyncdiscover.domain.com/?sipuri=sip:[email protected], userUrl = , status = E_ConnectionError (E2-2-1)
    11-06 16:37:45.249 2387 2387 I LYNC : INFO APPLICATION .\ctransportrequestretrialqueue.cpp/725:Response received for req. GET-UnAuthenticatedGet(0x51d45b00): E_ConnectionError (E2-2-1) (RemoteNetworkTemporaryError); Done with req.; Stopping resend timer
    11-06 16:37:45.269 2387 2387 I LYNC : INFO APPLICATION .\cucwaautodiscoveryservice.cpp/1263:Raising Autodiscovery event with status E_ConnectionError (E2-2-1) for eventType 0
    11-06 16:37:45.269 2387 2387 I LYNC : INFO APPLICATION .\cucwaautodiscoveryserviceretrialwrapper.cpp/417:Received event for type 0 with status E_ConnectionError (E2-2-1)
    11-06 16:37:45.269 2387 2387 I LYNC : INFO APPLICATION .\cucwaautodiscoveryserviceretrialwrapper.cpp/539:Autodiscovery scheduled retrial timer. Timer 0.000000 seconds
    11-06 16:37:45.269 2387 2387 I LYNC : INFO APPLICATION .\calertreporter.cpp/64:Alert received! Category 1, Type 201, level 0, error E_ConnectionError (E2-2-1), context '', hasAction=false
    11-06 16:37:45.269 2387 2387 I LYNC : INFO APPLICATION .\calertreporter.cpp/117:Alert cleared of Category 1, Type 201, cleared 0 alerts
    11-06 16:37:45.269 2387 2387 D AlertItemSource: AlertEvent: action=Add, category=CategoryApplication, type=AutoDiscoveryAlert, errorCode=E_ConnectionError, hasAction=false, isGlobal=false
    What's quite strange opening https://lyncdiscover.domain.com/?sipuri=sip:[email protected] in normal browser (IE or Firefox) gives me:
    <resource rel="root" href="https://lync1.domain.com/Autodiscover/AutodiscoverService.svc/root?originalDomain=domain.com">
    <link rel="user" href="https://lync1.domain.com/Autodiscover/AutodiscoverService.svc/root/oauth/user?originalDomain=domain.com"/>
    <link rel="xframe" href="https://lync1.domain.com/Autodiscover/XFrame/XFrame.html"/></resource>
    which is correct by the look of it. Lync Connectivity Analyzer for Mobile Lync 2013 Client doesn't indicate any problems apart of inaccessible http://lyncdiscover.domain.com part (it's not redirected - we are using only https traffic):
    [06/11/2014 17:13:21] [SUCCESS] Successfully created the UCWA service
    [06/11/2014 17:13:21] [SUMMARY] Completed tests for Mobility (UCWA) service
    [06/11/2014 17:13:21] [DEBUG] None, AutoInternalDNSFail, AutoInternalSecureD, AutoInternalUnsecureD, AutoExternalUnsecureD, ManualDNSFail, ManualSecureD, ManualUnsecureD, AuthBrokerInternalLMXCheckGET, AuthBrokerInternalLMXCheckPOST, AuthBrokerExternalLMXCheckGET, AuthBrokerExternalLMXCheckPOST, MobilityMCXInternalLMXCheckGET, MobilityMCXInternalLMXCheckPOST, MobilityMCXExternalLMXCheckGET, MobilityMCXExternalLMXCheckPOST, LMXSIPServerInternalDNS, LMXSIPServerExternalDNS, MobilityUCWAInternalCheckPOST
    [06/11/2014 17:13:21] [SUMMARY]
    [06/11/2014 17:13:21] [SUMMARY_SUCCESS]
    Your deployment meets the minimum requirements for Lync Mobile 2013 App.
    Any help would be greatly appreciated.
    Best,
    Marcin

  • Building Native Mobile App for Android: error message, build fail

    Hi,
    I'm  trying RH10 on a Win 8 x64 system, trying to get the generate for  mobile devices, Android to work. I've installed the Android SDK (part of  the complete ADT) in a "Development" folder in the C drive, installed  JDK for Win 64, added the PhoneGap and ANT unzipped folders to the  "Development" folder and then in the RH10 dialog to generate the Android  APK, I've pointed set the correct paths to these tools. (All installed  tools are correct for my OS, Win 8 x64.)
    No  matter what I try, using a sample file (EmployeeCare, Salesbuilder), I  get an error message at the very end of the build process. Please see the screenshot showing the error message and the relevant part of the  log which looks like the ANT path is not working correctly. The build  fails every time. I've tried to do some troubleshooting online and for  example, came across setting the environment variables for the ANT  folder, which I did, but with no success in fixing the problem. The  Eclipse installation connects with the JDK and runs OK if I simply boot  it up.
    My path settings are in a second screenshot below.
    (I've tried the ANT path with different values, for example "C:\Development\apache-ant-1.9.0-bin" etc. Doesn't prevent error message and build failure.)
    I  am not sure what else to do. Any help would be appreciated. At this  point, I would be happy to simply be able to build one APK then test it  on an Android device.
    Thank you for your help.
    Kind Regards,
    saratogacoach

    @saratogacoach
    Not much on the forums yet about creating an app but I notice you are using Windows 8 which is not officially supported yet. Can you try on a Windows 7 machine to rule out the OS being the problem?
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • External library inside Air native extension for android

    Hello everyone,
    First, I've been looking throught this topics
    - http://stackoverflow.com/questions/7732742/air-3-native-extensions-for-android-can-i-how-t o-include-3rd-party-libraries
    - http://stackoverflow.com/questions/24626380/how-to-include-additional-jar-in-android-nativ e-extension-for-adobe-air-mobile
    I got a similar problem. But not exactly the same. And the solution didn't worked for me :(.
    First of all, I don't have any visible error.
    -I can easily talk between java and action script.
    -The gateway is set without problems.
    My problem comes when, from my java-side-part of the extension, I try to call a 3rd party library. This library is (and I think this is where I do something  wrong) linked to my project as an external lib, in .jar format.
    So when I make a call to 3rd party library, it just doesn't print anything. Neither on the adobe part or on the java part. The logs that are before my call are printed but not the ones after.
    I tried different solutions that are:
    -Taking all compiled class files of my external lib and add it inside the main native extension jar [link1]
    same result (no errors)
    -including the 3rd party jar inside the ANE by adding a dependence file that require the .jar [link2]
    with this method i got this error that I don't get
    > aapt tool failed:ERROR: input directory '--auto-add-overlay' does not exist
    My third party library also include's itself some external .jars so do I need to include every jars inside the same packaged jar?
    I can see that a lot of people are dealing with issues like that so my question would be:
    What is the best way to include 3rd party library inside android AIR Native Extension ?.
    For information, here is what I do to create the ANE
    >adt -package -target ane AirInfinitGameANE\AirInfinitGame.ane AirInfinitGameASLib\src\extension.xml -swc AirInfinitGameANE\AirInfinitGameASLib.swc -platform Android-ARM -C AirInfinitGameLib .
    - AirInfinitGameASLib: just the folder with the actionScript part and the config xml file
    - AirInfinitGameANE: folder in the one that will be the native extension
    - AirInfinitGameLib: the eclipse java project. I need to put in that folder the airInfinitgamelib.jar(extension jar) and the library.swf (from the swc file) in order to beeing able to compile the ANE.
    Here it is ! Thanks a lot for thoses who'll read me.

    I had the same problem recently and fixed it as follows;
    - Extract the 3rd party jar file and copy the class folder (usually named "com" in the root of the jar) to my project.
    - Under Project Properties -> Java Build Path -> Libraries click "Add class folder" and add the "com" folder you just extracted from your .jar.
    Hope this helps

  • Developing and using Adobe AIR native extensions for Android devices

    I was using this tutorial:
    "Developing and using Adobe AIR native extensions for Android devices"
    http://www.adobe.com/devnet/air/articles/ane-android-devices.html
    When packing the Flex mobile ANESampleTest to deploy on an Android device, the below error happens
    Error occurred while packaging the application:
    aapt tool failed:invalid resource directory name: /private/var/folders/k8/1thhvkf92h947n_g22hg_v9m0000gn/T/52ba05aa-9001-4d46-9438-db81ef83 06f0/res/drawable-xxhdpi
    invalid resource directory name: /private/var/folders/k8/1thhvkf92h947n_g22hg_v9m0000gn/T/52ba05aa-9001-4d46-9438-db81ef83 06f0/res/values-sw600dp
    invalid resource directory name: /private/var/folders/k8/1thhvkf92h947n_g22hg_v9m0000gn/T/52ba05aa-9001-4d46-9438-db81ef83 06f0/res/values-sw720dp-lan
    Does anyone know what the issue might be?

    Did you find a workaround for the Error? I'm getting the same and I can't seem to find any solution.

  • Trying to cross compile for ARM phone (android galaxy S4)

    i am trying to cross compile for my galaxy S4 on my 64 bit arch install, and ran into a host of issues. Currently at a specific error message in the code box below, after downloading the android NDK at https://developer.android.com/tools/sdk/ndk/index.html and running:
    android-ndk-r9d/build/tools/make-standalone-toolchain.sh
    this gave me android-ndk-gcc (directory)
    so i read up some basics on how to set the compiler via:
    'export CC=/home/earth/android-ndk-gcc/bin/arm-linux-androideabi-gcc'
    then i downloaded Bash's source code and tried to run variations of ./configure with no success until i tried:
    './configure --host=arm-linux --enable-static-link --without-bash-malloc'
    which resulted in successful whatever configure does (sets up make file stuff?)
    the result of 'make' was (only posting the one compile iteration that resulted in an error):
    /home/earth/android-ndk-gcc/bin/arm-linux-androideabi-gcc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -I../../lib/intl -I/home/earth/project/bash-4.3/lib/intl -DHAVE_CONFIG_H -DSHELL -g -O2 oslib.c
    oslib.c:238:1: error: redefinition of 'mkfifo'
    /home/earth/android-ndk-gcc/bin/../sysroot/usr/include/sys/stat.h:129:23: note: previous definition of 'mkfifo' was here
    oslib.c: In function 'mkfifo':
    oslib.c:239:12: error: argument 'path' doesn't match prototype
    /home/earth/android-ndk-gcc/bin/../sysroot/usr/include/sys/stat.h:129:23: error: prototype declaration
    oslib.c:240:10: error: argument 'mode' doesn't match prototype
    /home/earth/android-ndk-gcc/bin/../sysroot/usr/include/sys/stat.h:129:23: error: prototype declaration
    Makefile:78: recipe for target 'oslib.o' failed
    make[1]: *** [oslib.o] Error 1
    make[1]: Leaving directory '/home/earth/project/bash-4.3/lib/sh'
    Makefile:643: recipe for target 'lib/sh/libsh.a' failed
    make: *** [lib/sh/libsh.a] Error 1
    I am in no way experienced with compiling things, but i did manage to compile a simple helloworld.c program for my phone and run it successfully on the phone, which tells me the compiler works okay.
    Can anyone give me more information on what's happening? Google returns almost nothing on any of these errors, especially the oslib.c errors.

    You should check out the Android NDK documentation.  The NDK comes with a cross compiler specifically for android, with the correct versions of libraries, etc.  It comes with some examples showing how to build stuff for it.
    EDIT: There is also an AUR package for it.
    Last edited by tom5760 (2011-04-04 15:56:25)

  • Adobe AIR for Android update FAILS

    The most recent update for Adobe AIR for Android is failing on multiple users. Reading the reviews, I am having the same problem with running the update. Update runs, then stops and won't update? Why bother coming out with an update THAT WON'T LET YOU UPDATE AIR???????

    Hi,
    Could you please share the device used, OS version, kernel version and the last Adobe AIR installed in your device. Also, is this intermittent or it is failing everytime.
    Regards,
    Nimit

  • Why are web developer tools not available on Firefox for Android?

    I do some freelance web design. I just replaced my laptop with a tablet last year (Samsung Galaxy 10.5 S). I want to do web development on it - I work from a terminal doing Ruby on Rails and web development all the time. It would be awesome to have the F12 developer tools handy in Firefox for Android, but sadly I've waited for a while and there is no indication they will ever appear.
    Do NOT suggest using a remote debugger - I'm not testing the layout of pages on my tablet, I want to be able to profile, view source (without an add-on) and such. I have seen this exact question marked closed by suggesting remote debugging, and I fail to see how telling me to use my tablet next to a laptop or desktop is a solution. Telling me to carry a second device means I don't need the tablet at all, when my intention is to ONLY use the tablet.
    My tablet has a huge screen resolution and a powerful processor - more powerful than some laptops? Why is Firefox for Android neutered? I would understand disabling it by default to help those with less powerful devices, but why remove something that would add a competitive edge to your product, and is already integrated in desktop Firefox and has been for years? I prefer Firefox, but if Chrome adds web developer tools for Android first, I'll switch to Chrome.
    There are people today using a tablet as their sole computing device. Please do not relegate us to a second-class Firefox experience!
    Thanks,
    Ryan

    Hi Ryan:
    Thanks for the developer tools feature request
    This is a user support forum not a developer tools forum therefore I am locking this thread.
    Please file your developer tools feature request on the developer tools uservoice at:
    https://ffdevtools.uservoice.com/forums/246087-firefox-developer-tools-ideas
    Cheers!
    ...Roland

  • Air for Android language problem

    i have an Air for Android APK compiled by Flash CS5.5 that shows support for languages that are not in the app. I successfully removed these in my iOS apps, but am unable to find out how to do this for Android apps. Anyone developed a process to fix this?

    I'm still having this issue with every export. This seems to be a problem that just won't die.
    Edit: This might be the answer
    http://forums.adobe.com/message/4329360#4329360

  • Error compiling for IOS "map failed"

    Since i have installed Flash Builder 4.6 I allways get an error when I compile for Device "Map Failed".
    Compiling for Desktop works fine. When I used Flash Builder 4.5.1 I had sometimes the same problem,
    but sometimes compiling worked.
    here is the logfile:
    !ENTRY com.adobe.flexbuilder.project 4 43 2011-12-07 12:16:06.832
    !MESSAGE Map failed
    !STACK 0
    java.lang.Exception
        at com.adobe.flexbuilder.project.internal.FlexProjectCore.createErrorStatus(FlexProjectCore. java:1019)
        at com.adobe.flexbuilder.util.logging.GlobalLogImpl.log(GlobalLogImpl.java:66)
        at com.adobe.flexbuilder.util.logging.GlobalLog.log(GlobalLog.java:52)
        at com.adobe.flexide.multiplatform.ios.packaging.IPAPackager.create(IPAPackager.java:276)
        at com.adobe.flexide.multiplatform.ios.launching.IOSOnDeviceLaunchHandler.doPackage(IOSOnDev iceLaunchHandler.java:314)
        at com.adobe.flexide.multiplatform.ios.launching.IOSOnDeviceLaunchHandler.launch(IOSOnDevice LaunchHandler.java:185)
        at com.adobe.flexide.launching.multiplatform.MultiPlatformLaunchDelegate.launch(MultiPlatfor mLaunchDelegate.java:191)
        at com.adobe.flexide.launching.AbstractFlexLaunchDelegate.launch(AbstractFlexLaunchDelegate. java:244)
        at com.adobe.flexide.launching.AbstractFlexLaunchDelegate.launch(AbstractFlexLaunchDelegate. java:134)
        at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:854)
        at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
        at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:928)
        at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1132)
        at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
    !ENTRY com.adobe.flexbuilder.project 4 43 2011-12-07 12:16:07.520
    !MESSAGE Fehler beim Verpacken der Anwendung:
    Map failed
    What can I do ?

    I am getting a similar error when exporting a release build for ios.
    It seems to be caused by the number of assets I include in the project. If I remove all of the video assets from the package it builds a working release. When the video assets are included, it fails to export the release build with the error "map failed".
    So it seems to be the number of assets included or the total size of the included assets that causes the error for me. But I can't find a way around it so can't currently export a release build with all the required assets.
    I'm starting to wonder wether I'm going to have to write some kind of "updater" to download all the required assts to the iOS device when the app is first run, which isn't ideal.

  • How do I set the "When an OCSP server connection fails, treat the certificate as invalid" in Firefox for Android?

    Due to the security concerns from Heartbleed and Steve Gibson's excellent coverage on certification revocation, I have set "When an OCSP server connection fails, treat the certificate as invalid" on my desktop Firefox and now want to do the same on Firefox for Android. I cannot find anything in the settings menu to allow this. Is it done through about:config and if so, what is the setting name there?

    hello mcvickerp, in about:config you can switch the setting "security.OCSP.require" to true.

Maybe you are looking for

  • PRODUCTION ORDERS - CREATION N CNFRMN

    1) When i am creating an production order in co01 i have entered total quantity and given the settlement rule as settle to cost center and scheduled, released , and when trying to save the order system is displaying the message as  :      ERROR WHILE

  • Perform syntax in script

    Hi all, I want to display user name using subroutines in script..my code is not working.. pls check and let me know the correct way. /: PERFORM get_user IN PROGRAM ZTEST USING &UNAME& /: ENDPERFORM. /: &UNAME&. REPORT ZTEST. FORM GET_USER USING UNAME

  • I've lost my old firefox, how do i get it back? My MAC mini is OS 10.5

    i've lost my old firefox, how do i get it bak. My Mac mini has OS 10.5.

  • Allow learner to REVIEW the course and retain answers.

    We have a module in which at the end of the course we need two options.  One for them to RETAKE the course that resets all the questions because the learner did not meet the desired.  This is currently setup and works on the Results page.  However we

  • HT203167 Can't find my ringtone after having my iPhone restored to factory settings

    I had a problem switching my Fone bk on after a software update and had to take my Fone to the apple shop to fix! They had to restore factory settings! I have managed to get my iTunes but cannot find my ringtone I purchased! Any help would b gr8!