Ryan Willoughby created CB-8625:
-----------------------------------
Summary: Compiled apk named after container directory rather than
project name
Key: CB-8625
URL: https://issues.apache.org/jira/browse/CB-8625
Project: Apache Cordova
Issue Type: Bug
Components: Android
Affects Versions: 4.0.0
Environment: osx
Reporter: Ryan Willoughby
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:
{code}
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
{code}
Expected:
{code}SomeProjectName-debug.apk{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]