Android build keeps using CordovaApp as app name

guys guys guys!! careful when doing this! it crashes the app (on some verisions of android, ex 4.3) on startup if you dont do everything correct.
You have to change the name in android:name in AndroidManifest.xml, the CordovaApp.java file name and its content “class CordovaApp” or you’ll get this error.

see here: https://issues.apache.org/jira/browse/CB-7827

1 Like