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.