I managed to add my application to the main menu on the emu as you can see here:
This was done with some simple code in the Manifest XML file of my Android project:
<category android:value=”android.intent.category.LAUNCHER” />
This line was actually supposed to automatically appear in the AndroidManifest.xml by default but the devs forgot to put it in. It is a bug that has already been reported and most likely fixed.
name (required)
email ( will not be shown ) (required)
website
Subscribe in a reader
This line was actually supposed to automatically appear in the AndroidManifest.xml by default but the devs forgot to put it in. It is a bug that has already been reported and most likely fixed.