AIR 3.2 (RC1) Android App APK version?

Hi does anyone know which APK version the new AIR 3.2 compiles to when using the "apk-captive-runtime" mode? (for example my uploaded APK on GooglePlay says version 2.2 and up) but someone is having an issue installing it onto a new Android device which is running 2.3.4. 

I have narrowed down the bug to this node:
<application android:hardwareAccelerated="true"/>
Once this setting is added to application.xml / application / android / manifestAdditions / manifest none of the intent filters are working.
Full application.xml pasted at http://pastebin.com/xyCKsn36 (see line 30).
Sample APK uploaded at: http://helpnav.com/bin/HelloWorld.apk
How to replicate:
- install the provided apk, open Browser and type in helloworld:
Expected result: Application should be launched
Actual result: intent provider not found so the search intent kicks in.

Similar Messages

  • Can I import a view created in Adobe AIR into my Java Android App

    Is it possible to create an Adobe AIR App that I can import into the Java App?
    Essentially, at the moment I have an App with a Fragment that plays video through Flash. Since Flash is being deprecated on Android I need an alternative.
    I was hoping that I could simply create a fragment in the AIR App and plug that straight into the Java App.
    Unfortunately I know nothing about AIR. Hopefully someone could let me know if this is even possible.

    I've not used Adobe Muse, so I can't speak to its functionality too much.  Theoretically you can import any site into CQ5, but it's not going to be a pleasant "click and go" kind of import.  CQ5 is a content management system that has a lot more complexity (and therefore flexibility) in what you can do, where it looks like Muse just creates static websites.  In terms of importing fonts/images/etc., CQ5 has the capability.  Anything you can do with HTML/CSS/JS, you can do with CQ5.
    Is this a one time thing?  It seems like the workflow from Adobe Muse to CQ5 just wouldn't be worth the effort.  What are you envisioning as a solution?

  • AIR 3.2 RC1 Installing & Running Android .APK asks for an AIR update?

    I am packaging my app in Flash Pro CS5.5 using the overlay method with AIR 3.2 RC1 (everything is functioning correctly/publishing fine no issues).
    Then once i publish Air for Android directly to the device on application launch, this message pops up -  
    "This app requires a newer version of Adobe AIR.
    Update Abode AIR now?"
    Is there a new version or a different way of packaging the APK? as i heard you dont need AIR now you can package everything inside the APK, please can someone let me know would be appriciated! cheers  

    Hi,
    Sorry I hadn't gotten to your post yet.  I'm behind and still going through posts from a week and a half ago
    AIR isn't required for your operating system unless you use an application that depends on it.  Think of AIR like you would Java.  It's a platform/runtime for other applications to be built on.  If you don't use any application that was built with AIR (or Java) then there is no need for it to be installed.
    If you do have an AIR application installed that requires AIR, I would definitely recommend updating to the latest version just to make sure you have all of the security updates that we've provided.  You can do this by visiting get.adobe.com/air and downloading the latest version, which is 3.2.  Updating your OS will not update the AIR runtime.  You can also get updates by actually launching your AIR based applications.  AIR will notice that it's out of date and prompt you to install and update to the latest version.
    Since you haven't received any AIR update notifications, this leads me to believe you aren't actually using any AIR applications.
    You can always start the AIR uninstall process, if AIR applications are installed you'll get a dialog letting you know which applicaiton's will be affected.  You can choose to continue to uninstall or cancel at that point.
    Hopefully this makes sense.
    Chris

  • How to merge an Air application and an Android java app in a single APK?

    Hi,
    I have a java-based Android application and a Air-based android application. I have the source code of both.
    I need to merge both applications in a single one, and I need to launch the air-based app from the java-based app.
    I'm open to any crazy suggestion, the single constraint is that both app must be "downloaded" and installed at the same time, without prompt the user twice for the permission.
    Thank you for your help

    Excuse for my English. You must use Air Native Extension. Start up point is Air app as android app and starts Android Activity (http://stackoverflow.com/questions/10710094/how-to-start-activity-from-frefunction). And my example https://github.com/ru-nekit-android/JAIRBridge - two-way interaction between Java and Air. I wait from you more questions.

  • How do I change the Version Code in the Flash Android settings Android app market?

    I recently tried to update my app in the Android app market and when I uploaded it I got the following message:
    "The new apk's versionCode (1000000) already exists."
    In the Flash Adnroid settings I changed the version label but that did not help.
    So I have two questions:
    How do I change the Version code in the Flash Android settings? I changed the version number and version label but that did not work.
    What is the difference between the version number and version label?

    I tried that but it did not work. Apparently there is a difference between the version code and version number (which is set in the Android settings). From my research the version label is optional, so there are no problems there.
    This is the what the XML file says:
    <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
    <application xmlns="http://ns.adobe.com/air/application/2.6">
      <id>com.company.nameofapp</id>
    //Below is the correct version number, but has no relation to the version code.
      <versionNumber>1.1.0</versionNumber>
      <versionLabel>NewLayout</versionLabel>
      <filename>Name of app</filename>
      <description/>
    I did find this piece of information for Androin version codes. (http://developer.android.com/guide/publishing/versioning.html)  But I don't know how to place it into the xml file without conflicting with other code.
    <?xml version="1.0" encoding="utf-8"?>
    <manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.example.package.name"
          android:versionCode="2"
          android:versionName="1.1">
        <application android:icon="@drawable/icon" android:label="@string/app_name">
        </application>
    </manifest>
    Any other thoughts are much appreciated.

  • How do I change the Version Code in the Flash Android settings for the Android app Market?

    I recently tried to update my app in the Android app market and when I uploaded it I got the following message:
    "The new apk's versionCode (1000000) already exists."
    In the Flash Adnroid settings I changed the version label but that did not help.
    So I have two questions:
    How do I change the Version code in the Flash Android settings? I changed the version number and version label but that did not work.
    What is the difference between the version number and version label?

    I tried that but it did not work. Apparently there is a difference between the version code and version number (which is set in the Android settings). From my research the version label is optional, so there are no problems there.
    This is the what the XML file says:
    <?xml version="1.0" encoding="UTF-8" standalone="no" ?>
    <application xmlns="http://ns.adobe.com/air/application/2.6">
      <id>com.company.nameofapp</id>
    //Below is the correct version number, but has no relation to the version code.
      <versionNumber>1.1.0</versionNumber>
      <versionLabel>NewLayout</versionLabel>
      <filename>Name of app</filename>
      <description/>
    I did find this piece of information for Androin version codes. (http://developer.android.com/guide/publishing/versioning.html)  But I don't know how to place it into the xml file without conflicting with other code.
    <?xml version="1.0" encoding="utf-8"?>
    <manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.example.package.name"
          android:versionCode="2"
          android:versionName="1.1">
        <application android:icon="@drawable/icon" android:label="@string/app_name">
        </application>
    </manifest>
    Any other thoughts are much appreciated.

  • How to publish android app with the new AIR 2.6 ?

    Please anyone can help to instruct the correct way to install the new AIR SDK?
    I work with Flash IDE and don't know how to link them...
    And another noob question, are there any differences between "AIR Android" and "Adobe AIR 2" in publish settings when I'm going to create an android app with up-to-date AIR version? I was very confused by the scenario that as long as I upgraded to AIR2.6 SDK, "AIR Android" remains 2.5 though "Adobe AIR2" will surely be 2.6?
    Much appreciated for any help.

    To create an APK package, use the ADT package command, setting the target type to apk for release builds, apk-debug for debug builds, or apk-emulator for release-mode builds for running on an emulator.
    adt     -package
        -target apk
        -storetype pkcs12 -keystore ../codesign.p12
        myApp.apk
        myApp-app.xml
        myApp.swf icons
    Type the entire command on a single line; line breaks in the above example are only present to make it easier to read. Also, the example assumes that the path to the ADT tool is on your command-line shell’s path definition. (See Path environment variables for help.)
    You must run the command from the directory containing the application files. The application files in the example are myApp-app.xml (the application descriptor file), myApp.swf, and an icons directory.
    When you run the command as shown, ADT will prompt you for the keystore password. (The password characters you type are not displayed; just press Enter when you are done typing.)
    You can find more details here

  • APK Version Conflict with 30.1 Android Viewer

    Hi,
    I've updated yesterday our Android apps to the 30.1 viewer. But when I try to publish on the Google Play Store, I get the error that the APK version must be higher than the published version.
    Of course, I tested before with a local install and it are the new 30.1 viewers as the PDF scrolls and image sequences are working.
    Then, I rechanged the version in the online App Builder to a new major number (now 2.0.0 in place of 1.0.x) as also the upgrade number to a higher value than indicated  (upgrade 13 in this case). But no, nothing changed and the APK can't be published. Additionally, even if I have put 2.0.0 into the version fields, the builder adds automatically one sub version and created 2.0.1. It does this for all apps. the sub version is always two versions higher (if before: 1.0.14 --> after edit: 1.0.16, ...).
    –Yves

    "The code with the 7-8 digits has always been created by DPS App Builder automatically. No user interaction possible."
    Correct, and it was a huge problem. We received, on average, one escalated support request per week where we had to manually go in and change the upgrade code field for people migrating from other platforms. The new web client now gives direct control over this to the person that should have direct control over it: you.
    "The v30.1 online builder only adds a 1-2 digit code to the upgrade value automatically (just tested), so the user now needs to always activate the "Override the app version number" and change the upgrade number manualy to its 7-8 digit version (to do everytime you edit the app)."
    The learn more link directly above this field has a complete help topic that outlines how to make the upgrade code work with a previously submitted app created with the desktop client. It also explains how once you have done it once we remember what you put in and will auto-increment from there on future builds. This works properly, I just ran through and made three builds of a test app. For the first I checked the box and set the version code to 1000. For the next two builds I left the box unchecked and the version code auto-incremented to 1002, 1003, etc..
    If there is something we can add to the help topic to clarify the process further please let me know so Bob can adjust it accordingly.
    "The application account and password will not be retained when editing the app in the online builder"
    This is a bug introduced in the UI on Monday that we are addressing in a release scheduled for about two hours from now. Note that it is just a UI issue, under the covers the correct account is still being used to create your app.
    Neil

  • Air for Android app just a black blank screen on emulator.

    Greetings,
    I'm starting android app development using air for android and I'm encountering the same problem as in this discussion, http://forums.adobe.com/message/4343423.
    Followed all the suggested solutions on the above link and nothing is working for me.
    Before I started air for android development, I upgraded my air sdk from 2.6 to 3.2, I overlayed the AIR 3.2 SDK in flash following the instructions on this link http://www.flashdeveloper.co/post/20583114199/air32-in-flash-cs-55.
    Published my first air for android test app (a simple test app to test swipe gestures) and installed the .apk on the emulator using the command line. When I launched the app on the emulator, it says Adobe AIR runtime is required so I installed the AIR runtime on the emulator using this tutorial http://renaun.com/blog/2010/12/finding-the-air-for-android-emulator-runtime/.
    When I thought everything will now work as expected then this problem came up. What do you think is the problem here?
    I'm using flash pro cs5.5 on windows 7 64-bit.
    Thanks in advance.
    Thanks,
    Randy

    Hi guys, any ideas?

  • Why is very high Android app version number required by Play store?

    Hi there,
      We've recently rebuilt a v29 Android viewer app to v30. On trying to upload it Google Play required that the APK version be higher that 4000000 - does anyone know why this might happen? We followed the advice here Digital Publishing Suite Help | Setting version numbers in Web DPS App Builder - our legacy app version number was actually 4; is there some way this could have become 4 million?!
      Thanks,
    Toby

    Did you ever have an app in Google Play that came from Woodwing? They did some interesting calculations to come up with their version code that lead to very large numbers being used.
    Regardless, it really has no impact. Just put in 4000001 for your first submit, and then next time around leave the override checkbox off and App Builder will take care of it from then on.
    Neil

  • Is it possible to access user account in an air android app ?

    Is it possible to access user account in an air android app in as3 ?
    The only thing I've found on internet is that one has to add to its manifest permissions to acccess account :
    <uses-permission android:name="android.permission.GET_ACCOUNTS" />
    and this documentation for native android coding :
    http://developer.android.com/training/id-auth/identify.html
    thanks for any help.

    There is no API in the AIR runtime to get user's accounts.
    But you may write an ANE to get the same.

  • Can you launch an android app from an android app built with air?

    Hi I might a have project coming up soon where one of the requirements is that the android air application can launch another application on the device...
    In pure java this would look something like this....
    Intent LaunchIntent = getPackageManager().getLaunchIntentForPackage("com.rpg.rbar");
    startActivity(LaunchIntent);
    Does anyone no if I can perform a similar method using as3
    Thanks
      Aidan

    Try the below.  Found this at the below link. 
    http://www.blogbyben.com/2013/04/launching-android-app-from-adobe-air-app.html
    var url:String = ("intent:#Intent;" + "action=android.intent.action.MAIN;" + "category=android.intent.category.LAUNCHER;" + "component=com.android.settings/.Settings;" + "end");  navigateToURL(new URLRequest(url));
    Question I have is, is there any way to get a list of currently installed apps?

  • Using Google Play Developer License RSA code with Air for Android App?

    What is the procedure for using Google Play Developer's provided license code (Base64-encoded RSA public key to include in your binary) for an Air for Android app in Flash?
    I see the need to load a p12 file and have gone through the process of creating one for Air for iOS with OpenSSL but the Google provided key is in a different format. To start with it is delivered by copy/paste off a webpage.
    I am using Flash CS5.5. I could switch to CS6 if neccesary.
    Thanks

    Follow this link, see post number 12.
    http://forums.adobe.com/thread/1115438

  • I've been given a Macbook Air as a gift (with OS 10.7.5). Garageband is missing and I can't dl the app store version because apparently my OS is too old. Help??

    I've been given a Macbook Air as a gift (with OS 10.7.5). Garageband is missing and I can't dl the app store version because apparently my OS is too old. Help??

    Try to by an iLife '11  installation DVD - perhaps you can find it at Amazon or eBay.
    Or try to update the MacOS X version of your MacBook Air to MacOS X 10.9 Mavericks. If your  MBA qualifies for the Mavericks update, you should be able to buy GarageBand 10.0 from he AppStore.

  • AIR for Android app location

    I am developing an AIR for Android app. When the app is published, does anyone know where on the phone the app is stored? It would be on the internal memory as the app is never moved to the sd card.
    I need to know this as the app exports a pdf file. I am using File.applicationStorageDirectory so the pdf should save in the app directory but I cant find it.
    Would the app be stored in the same directory for iOS as well?
    Thanks
    UPDATE: 18/01/12
    I have found the app location and which can be accessed with a rooted phoned.
    I also have the pdf saving in the /Local Store/ directory of the app. However, is it possible to save the pdf in the sdcard directory? I have tried a relative path (../../../../../../sdcard) but that didnt work.

    Hi guys, any ideas?

Maybe you are looking for

  • BSP iview not working after ECC 6.0 upgrade

    Hi,         We are using MSS application in our portal.When we click the Employee list under manager profile it redirects us to a new page aontaining 3 to 4 iviews like general data,Personal data(Par file based iview) etc After selecting the employee

  • Transferring a sound card

    I am soon to buy a Mac Pro which will replace my pc audio workstation. I have an old (but much-loved) Yamaha SW1000XG PCI sound card and would like to know if I will be able to use this in my Mac Pro. I actually write very little music now, so additi

  • HT4889 I am using migration assistant from my old macbook pro to my new imac, but it seems to have stuck about 1/3 of the way through. Any suggestions??

    Both are on the latest version of MacOS (made sure I had them completely up to date before starting). Laptop and imac are connected via ethernet cable. Has been stuck for at least 2 hours showing "About 3 hours and 12 minutes remaining". Not sure wha

  • MacBook Air 2013 Monitor slow response bug

    Hello, I have very big trouble with my Macbook Air Display. The monitor has a big response. During my work, my eyes are very tired. Bug very well seen in the video. https://www.youtube.com/watch?v=5hSgms8FiNw

  • Install.app cannot open

    i downloaded CS5.5 dmg installed it but the apps did not work. so i deleted all the files manually instead of uninstalling them. now the install app of the newly downloaded dmg file won't work any longer. I cannot install a software I just bought! He