Started building for android release, and app won't open

I’m getting the following error report after the app crashes:

java.lang.NoClassDefFoundError:
at com.dynamo.android.DefoldActivity$1.run (DefoldActivity.java:212)
at java.lang.Thread.run (Thread.java:762)

It was working, then I added certificates and built for release. Now it won’t run even if I remove the certs and build for debug.

I’m using editor 2.

Where can I start looking?

EDIT: I copied my project over to my mac and tried building from there, same result.

I was able to get a build. I had previously followed the documentation to add admob. In that you specified the game.appmanifest file. I removed that and got a good build. I still think there’s an issue but I can carry on.

1 Like