Questions tagged [air-android]

Air for Android is a file format which allows developers to build with HTML, JavaScript, ActionScript®, and Flex and then convert that content into an APK file which can be run on the Android platform.

Air for Android is a file format which allows developers to build with HTML, JavaScript, ActionScript®, and Flex and then convert that content into an APK file which can be run on the Android platform.

Air for Android files can be generated with Adobe Flash® Professional, and Adobe Flash Builder.

40 questions
8
votes
2 answers

Thoughts on Adobe AIR for Android?

I may be assigned an Android project, and have minimal experience with Java but a lot of experience with Flash Builder. Does anyone have an opinion on Adobe AIR for Android, which lets you "publish ActionScript projects to run as native…
Yarin
  • 173,523
  • 149
  • 402
  • 512
3
votes
3 answers

Transparent background in Flex Air For Android?

Can a Flex Air Android app have transparent background, like the Android Theme.Transluscent? I've tried adding: none true to the -app file but that just makes the background white.…
Gunnar Karlsson
  • 28,350
  • 10
  • 68
  • 71
3
votes
1 answer

How to turn on or off mobile LED Flashlight in Adobe Air Android?

is there anyway to control mobile LED Flashlight in Adobe Air Android. using adobe air 14 on flash CC
2
votes
1 answer

Get SIM Number programmatically in flex

i want to get the SIM number programmatically.Is it possible in flex?In android developer guide i saw telephony manager class,likewise do we have anything in flex?? Thanks in advance..
Naveen
  • 141
  • 2
  • 16
2
votes
4 answers

Packaging Adobe AIR As .APK For Android

I have a simple "Hello World" style .air application. How do I turn it into an .APK that can be run in the Android emulator? I am using Adobe Flex Builder 3 to create the .AIR file.
Joshua
  • 6,643
  • 15
  • 55
  • 76
2
votes
2 answers

Which Android APIs are supported in Flex Air?

Anyone know where I can find what Android APIs are supported in the latest Flex AIR SDK (Hero). In particular is the speech to Text API supported?
Mike6679
  • 5,547
  • 19
  • 63
  • 108
2
votes
1 answer

How to change camera focus in adobe air 14?

Is there any way to change the camera focus in Adobe Air 14 without a Native Extension? I am trying to find a way to control the Camera's manual focus.
1
vote
0 answers

Prospects AIR Android development

2 months ago my AIR Android app support more than 1100 devices and 706 now. Although this time released a lot of new devices. What is happening? Still a problem. Even if the app built with AIR captive runtime, Google added "air." as a prefix to the…
Astraport
  • 1,239
  • 4
  • 20
  • 40
1
vote
1 answer

Adobe Air - Icon file is missing error

I published an app to Air 2.5 (.air) from Adobe Flash CS 5 and afterwards also to Air Android (.apk) Since then I receive this error message if I try to publish as .air again: Error creating files. Icon file is missing. I tried to delete and…
Uli
  • 2,625
  • 10
  • 46
  • 71
1
vote
2 answers

how to prevent Air for android SQLite database from being overwritten?

Im creating an sqlite db in my air for android app inside the following function: protected function createDatabase():void{ _sqlConnection = new SQLConnection(); _sqlConnection.addEventListener(SQLEvent.OPEN, openHandler); …
1
vote
0 answers

Android Air startup at Boot time

Is it possible to get an Android Air app to startup at Boot time. Doing it in Java seems quite possible (see Android 2.2: How to make an app to run automaticly on startup & how to make an app start another app) but I am not sure how you do the same…
jmc42
  • 359
  • 5
  • 22
1
vote
2 answers

get Device id in Adobe Air

For get device id in android sdk i wrote simple This code :: import android.provider.Settings.Secure; private String android_id = Secure.getString(getContext().getContentResolver(), …
Nikunj Patel
  • 21,853
  • 23
  • 89
  • 133
1
vote
1 answer

Can we recall a set of variable inside the Sequence Array?

I'd like to ask about my program bcs it doesn't work correctly. I want to recall a set of variable in two different Sequence Array. Here is my code. // Array of Arrays var SequenceGo:Array = \[ {dt:dt1, P:P1, s0:s01, s:s1}, {dt:dt2, P:P2, s0:s02,…
1
vote
2 answers

in app purchase android with adobe air

I need to write an app for Android with Adobe AIR with payments capabilities. So I want to give user ability to buy some products in application. In iOS - there is In App Purchase, in Android - Google checkout. So the question is: can I use google…
yozhik
  • 4,644
  • 14
  • 65
  • 98
1
vote
1 answer

AIR: Android file delete leaves empty placeholder in Gallery

I'm having the same problem as in this question in enter link description here. But I'm not doing my application with Java but with ActionScript and Adobe AIR 2.6. Then the question is how to get rid of the placeholders via ActionScript.
1
2 3