Summary:
Find the following id element in your AIR application descriptor, i.e. YourAppName-app.xml, change it to a new one, and then re-package the app.
com.example.MyApp
On Android, the ID is converted to the Android package name by prefixing “air.” to the AIR ID. Thus, if your AIR ID is com.example.MyApp, then the Android package name is air.com.example.MyApp.
Keywords: Package name, Adobe Air,