Chinese and Japanese text gone in Adobe Air 4.0b and Android 4.4

Flex 4.10/11 with Adobe Air 4.0Beta on Android 4.4 does not display Chinese / Japanese text anymore in basically all components (Label, Buttons, List etc.). I need this urgently fixed. Please let me know if there is a workaround.

you can use fte to show text,i has solved it.
http://forum.starling-framework.org/topic/feathers-tlf-text-renderer
this is a tlf method based fte,too heavy,finally i use the textblockRenderer in feathers and add a html parser myself,this is url:
https://github.com/joshtynjala/feathers/blob/master/source/feathers/controls/text/TextBloc kTextRenderer.as

Similar Messages

  • 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.

  • Adobe AIR Supported Lowest Performance Android Phone

    Hi,
    I am looking for an Adobe AIR supported lowest performance android phone for the purpose of testing game performance in development. Right now, I am thinking of Samsung Galaxy Mini 2. If you know any other lower one, please suggest.
    Thanks.

    AIR is compatible with Android 2.2 on ARMv7 devices.

  • Getting some issues using adobe air 2.6 for android

    Hii, i am new to adobe air for android using flash cs5 development.  According to standard procedure  i have installed these softwares on my pc.
    1.Adobe flash cs5, 2.AIR sdk , 3.Adobe air for android and 4.android sdk also.
    is there any software or plugin is required  for making android application?
    so now to start develop an application i have opened flash cs5, in that we select a "new"  option, then we will select "AIR for Android" option, but instead of that option i'm getting option "Adobe AIR 2".
    Is there anybody to tell me how can i recover this problem? Or plz provide me any link that will help me to tell what is the actual procedure to develop  android application using CS5.?
    Any help will be useful.
    Thank you,
    Pravin Gate.

    Hi Pravin,
    Adobe had released extentions for flash CS5. Once the extention is installed, this is where you get the additional options in flash ide. The last extention for air on android was for air 2.5 and looks to have been recently removed from their site with the public launch of 2.6
    So using 2.6 there is no flash IDE support yet, but will be soon. The last extention i think was flashpro_extensionforair_p2_112210.zxp
    Personally, at this time i still have the 2.5 extention installed and launch directly from flash, this is what i am missing out on:
    2.6 new features
    At this time im not going to release anything compiled with the 2.5 extention, but my phone has 2.6 runtime so i belive the performance would be the same.
    You deffinitly should go right to 2.6 but if you wanted to play with the now outdated extention for 2.5 i can email it to you.

  • Adobe air 3.2.0 android - custom uri issue

    Custom URIs are no longer registered/handled by the adobe air wrapper on android devices.
    Tested on evo4g with android 2.3.5  and galaxy tab with android 3.2.
    How to reproduce:
    create your apk with adt having these settings in your application.xml / android / manifestAdditions / manifest / application:
    <activity android:name="helpNav">
      <intent-filter>
        <action android:name="android.intent.action.MAIN" />
        <category android:name="android.intent.category.LAUNCHER" />
      </intent-filter>
      <intent-filter>
        <action android:name="android.intent.action.VIEW" />
        <category android:name="android.intent.category.DEFAULT" />
        <category android:name="android.intent.category.BROWSABLE" />
        <data android:mimeType="application/pdf" />
      </intent-filter>
      <intent-filter>
        <action android:name="android.intent.action.VIEW" />
        <category android:name="android.intent.category.DEFAULT" />
        <category android:name="android.intent.category.BROWSABLE" />
        <data android:scheme="http" android:host="www.this-so-does-not-exist.com" android:path="/something" />
      </intent-filter>
    </activity>
    How to test:
    Open the browser and navigate to http://commonsware.com/sample and click any of the given links. Your air application will not be presented as an intent provider.
    More traces captured with DDMS:
    04-02 19:47:06.602: I/ActivityManager(128): Starting activity: Intent { act=android.intent.action.VIEW cat=[android.intent.category.BROWSABLE] dat=http://www.this-so-does-not-exist.com/something cmp=android/com.android.internal.app.ResolverActivity } from pid 10018
    Simple schemes like <data android:scheme="myscheme" /> dont work anymore either.
    Any advice greately appreciated.
    Kind regards.

    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.

  • Connecting between two Adobe air mobile applications (On Android)

    Hi There,
    Does an Adobe AIR application can connect and pass parameters somehow (Directly or by http) with another android application?
    Can Adobe AIR mobile application open a listening socket?

    Um, I'm pretty sure this is wrong. You cannot use SocketServer on a mobile app platform for some stupid reason.
    From the doc
    "AIR profile support: This feature is supported on all desktop operating systems, but is not supported on mobile devices or AIR for TV devices"

  • 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?

  • Accessing Adobe Air 3.7 on Android 4.0.3 os?

    It may be simply my lack of knowledge regarding how this application is supposed to function. I found it on the Google Play market place where it appeared to be an alternative for the Adobe Flash Player. I've installed Air on my device, and I'm just not sure how access it or use it. The only place I see it is within app management on my device (HTC EVO V )
    The only information I can seem to find about the application appers to be for development. I'm trying to run Zynga flash games as described in the application's market place description. Do I just have the wrong impression about the application's purpose? Do I need to do something with Adobe Air from a desktop/laptop computer? Help please!
    Edit: Corrected tag typo

    For the end user (ie. not developer) AIR is a runtime that is used in conjunction with an application that was built for AIR.  This is very similar to Java.  An end user can download and install Java but they need to have a java application to actually use it.
    To run the Zynga game, you'll either need to try the Android version of Flash Player or look to see if Zynga has a version of the game in the Google Play Store.

  • Adobe air invalid package on android 4.2.1

    I have android 4.2.1 on transformer pad tf300t and when I try to update adobe air it says invalid package.

    here's the stack trace from your app.
    E/AndroidRuntime( 2967): FATAL EXCEPTION: main
    E/AndroidRuntime( 2967): java.lang.RuntimeException: Unable to start receiver com.sputnik.wispr.NetworkScanReceiver: java.lang.StringIndexOutOfBoundsException: length=0; index=0
    E/AndroidRuntime( 2967): at android.app.ActivityThread.handleReceiver(ActivityThread.java:2383)
    E/AndroidRuntime( 2967): at android.app.ActivityThread.access$1500(ActivityThread.java:141)
    E/AndroidRuntime( 2967): at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1310)
    E/AndroidRuntime( 2967): at android.os.Handler.dispatchMessage(Handler.java:99)
    E/AndroidRuntime( 2967): at android.os.Looper.loop(Looper.java:137)
    E/AndroidRuntime( 2967): at android.app.ActivityThread.main(ActivityThread.java:5039)
    E/AndroidRuntime( 2967): at java.lang.reflect.Method.invokeNative(Native Method)
    E/AndroidRuntime( 2967): at java.lang.reflect.Method.invoke(Method.java:511)
    E/AndroidRuntime( 2967): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
    E/AndroidRuntime( 2967): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
    E/AndroidRuntime( 2967): at dalvik.system.NativeStart.main(Native Method)
    E/AndroidRuntime( 2967): Caused by: java.lang.StringIndexOutOfBoundsException: length=0; index=0
    E/AndroidRuntime( 2967): at com.sputnik.wispr.util.WiFiPrioritisation.QuoteSSID(WiFiPrioritisation.java:65)
    E/AndroidRuntime( 2967): at com.sputnik.wispr.util.WiFiPrioritisation.enablePreferredNetwork(WiFiPrioritisation.java:335)
    E/AndroidRuntime( 2967): at com.sputnik.wispr.NetworkScanReceiver.onReceive(NetworkScanReceiver.java:65)
    E/AndroidRuntime( 2967): at android.app.ActivityThread.handleReceiver(ActivityThread.java:2376)
    E/AndroidRuntime( 2967): ... 10 more
    W/ActivityManager( 574): Force finishing activity com.bt.mnie.wispr/.CoreActivity
    W/ActivityManager( 574): Activity pause timeout for ActivityRecord{4293be88 u0 com.bt.mnie.wispr/.CoreActivity}

  • Adobe AIR applications compatible with Android?

    As I understand that Adobe Flash is supported on Android 2.1 and 2.2 versions.
    But I could not find if Adobe Air applications are also supported. Please let me know what versions are supported since in the system requirements for Adobe AIR only Windows, Mac and Linux were mentioned with no reference to Android as such.
    I am new to both Android and Adobe Air so please excuse any misrepresentation in the query.
    Thanks!

    AIR is compatible with Android 2.2 on ARMv7 devices.

  • Integrate Adobe Air in app for Android

    Hello!Please, answer to one my question.
    Can I integrate Adobe Air in my app for Android? I want the user to not download Adobe Air from Google Play.
    Thanks.

    I've never used anything other than Flash Builder for mobile... So, yes, cf my original answer!
    When you select Export Release Build, it is on the first page of options. (I think ... This is from memory.) In any case, it is very visible. Just look at all the Android options when you package for release.
    G

  • Adobe air 3.6 for android video camera not work!

    1. air 3.6
    2. andorid 4.1
    3. sumsung note2
    code:
    var cam:Camera = Camera.getCamera();
    var video:Video = new Video();
        video.smoothing = true;
        video.width = videoDisplay.width;
        video.height = videoDisplay.height;
        videoDisplay.addChild(video);
        video.attachCamera(emMaster.camera);
    video camera ok!,but when device rotate,video turn to black
    air 3.7 beta , video is black anyway
    air 3.5 also has a bug , someone mention before
    air version < 3.5,seems work fine
    anyone met this problem ,has any solution,please help me ,thanks!

    Could you please open a new bug report on this over at bugbase.adobe.com?  When adding the bug, please include sample code or an application so we can quickly test this out internally.  If you'd like to keep this private, feel free to email the attachment to me directly ([email protected]). 
    Once added, please post back with the URL so that others affected can add their comments and votes.
    Thanks,
    Chris

  • Will Adobe AIR support the new Android Wear OS?

    Because if it did, that would be amazing!
    If you haven't heard of Android Wear yet, check out:
    http://news.cnet.com/8301-1023_3-57620475-93/google-unveils-android-wear-its-modified-os-f or-wearables/
    http://moto360.motorola.com/
    http://www.engadget.com/2014/03/18/lg-g-watch-android-wear/
    That moto 360 is damn sexy, and i'd love to be able to develop apps for it using AIR.

    I can build from Flash Pro to Google Glass ok, though there are a number of gestures that Flash doesn’t know about. Perhaps someone will do an ANE to handle the wearable device special gestures.

  • Adobe air doesn't submit updated content from ckeditor

    Hello,
    I'm wiriting applicaiton using adobe air and part of it is to display in iframe code of website with built in ckeditor (http://ckeditor.com).
    The problem is that when I want to submit modified text using ckeditor adobe air send old content.
    I'm trying to get new text from ckeditor element using:
         1. CK method "var content = CKEDITOR.instances.editor_content.getData();"
         2. jQuery call: "jQuery("#editor_content").val()"
    but both methods return always the initial text, not the modified one. It works without problems with all standard browsers (Chrome, FF, IE etc.).
    to test this issue you can open this url within adobe air window (i.e. as iframe):
         http://ckeditor.com/demo#flash
    then update content and try to "send to flash". It will send original content, not the modified one.
    Does anyone have any idea of workaround for this that can force Adobe Air to send send back updated content of ckeditor ?
    I would prefer to find solution on Adobe Air side, without experimenting with other versions of CK or alternative implementations of WSIWYG editors because it's part of bigger project.
    Any adivices welcomed!
    thanks,
    Marek

    The problem is fixed:
    With Windows Fix It at least I was able to uninstall Adobe Air. After Reisnatllation of Air and my application the system is running quite wonderful.
    Best regards,
    R. H.

  • Use Flash Builder to Develop Adobe AIR Apps for Android | Flash Platform in Action | Adobe TV

    Former Adobe Technical Evangelist Ted Patrick uses Flash Builder to develop and deploy an Adobe AIR application to his Android-powered smartphone.
    http://adobe.ly/wif9U5

    autoplay can cause a tremendous amount of problems for site visitors. is it possible that adobe might turn off autoplay?

Maybe you are looking for

  • Hp photosmart 2600 series no longer recognized by network

    I have a Photosmart 2610 all-in-one printer that periodically becomes unrecognized by the network. It is connected directly via ethernet to a router, along with an Officejet 6500 E709n printer. Occasionally, the printer "disappears" from the network,

  • Need help with a xml photo gallery

    First, hello to everyone. My name is Tudor , i'm from Romania and i have a flash project which implies building an XML driven scrolling photo galery. Very sorry if my english will slip in some phrases. Well , the question for which i must get an answ

  • ACS command authorization - deny CatOS "set" commands

    Cisco Secure ACS 4.2 I have a network support group that i just want to deny them the ability to use IOS and CatOS configuration commands. I noticed that the Per Group Command Authorization is applicable to only IOS-based commands. I applied it to de

  • ITunes 8 hangs on shutdown

    When I shutdown Itunes 8, the visual interface dissapears, but iTunes.exe remains with a CPU load of 50%. Can't restart iTunes until I force itunes.exe to shutdown.

  • How do you delete files from the iPod?

    i have a 30GB iPod, but i was wondering how you delete music from the iPod? and also is it possible to play the music from the iPod? 30GB iPod.   Windows XP   30GB iPod.