Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
4.0.0
-
None
-
osx
Description
In 4.0.0 after running cordova/build the compiled apk is named after the directory containing the project, rather than the actual project name:
bin/create tmp/somedirname com.hugh.jass SomeProjectName cd tmp/somedirname cordova/build --debug Built the following apk(s): /Users/ryanw/repo/cordova-android/tmp/somedirname/build/outputs/apk/somedirname-debug.apk
Expected:
SomeProjectName-debug.apk