Uploading my Flash APK

  • Replies:1
Actinium Games
  • Forum posts: 1

Jun 9, 2012, 2:05:24 PM via Website

I'm uploading a Beta of a game that I made last night using Flash Cs5.5 and AIR for Android, but when I go to upload my .APK I get an Icon not found error. I've tried uploading an icon in the publishing settings of Publishing for Android within flash but no avail.

Any help would be extremely welcome and smiled upon, as I am completely new to AndroidPit and Android development as a whole.

Thanks - Jordan.

Reply
Jeremiah
  • Forum posts: 775

Jun 12, 2012, 8:00:06 AM via Website

I think they mean the application icon that should be in your .apk. Never made a flash app before, but with normal android apps; the manifest.xml document should point to a icon image for the app. In the manifest, this line: <application android:label="@string/app_name" android:icon="@drawable/icon"> tells where to find the icon. And there should be an icon image in the res\drawable folder for it to find. See: http://developer.android.com/guide/topics/fundamentals.html#Manifest

— modified on Jun 12, 2012, 8:02:11 AM

Reply