[Solved] Android - Signed app crashes & Using Admob

Somehow when I sign the APK with my manifest it crashes, if I don’t sign it or sign it without using a custom manifest, it works fine. So I decided to not use a custom manifest but just change the package name in the app element of project.xml. Now my custom manifest is exactly the same as the exported manifest by OpenFL, I wonder why mine won’t work but the manifest generated by OpenFL works.

About fbricker’s openfl-admob, it works now when I init’ the ad as soon as the main stage is created.