De AndroidManifest is verplicht. Zonder manifest-bestand, kan je de app niet genereren. Als je het bestand opent, ziet het er ongeveer zo uit:
<codesource>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
</application>
</manifest>
</codesource>