[
https://issues.apache.org/jira/browse/CB-13031?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Joe Bowser resolved CB-13031.
-----------------------------
Resolution: Fixed
> config.xml: android-packageName case-sensitivity
> ------------------------------------------------
>
> Key: CB-13031
> URL: https://issues.apache.org/jira/browse/CB-13031
> Project: Apache Cordova
> Issue Type: Bug
> Components: cordova-android
> Affects Versions: 7.0.1
> Reporter: Ronald Klip
> Assignee: Nikita Matrosov
> Priority: Minor
> Labels: osx, windows
>
> In config.xml, setting {{android-packageName}} to a value that only differs
> from {{id}} in capitalization causes an error with {{platform add android}} .
> *Example:*
> {{cordova create testapp com.example.testapp testapp}}
> {{cd testapp}}
> (edit config.xml, add android-packageName="com.example.Testapp" to <widget>)
> {{cordova platform add android}}
> *Output:*
> Using cordova-fetch for cordova-android@~6.2.2
> Adding android project...
> Creating Cordova project for the Android platform:
> Path: platforms/android
> Package: com.example.testapp
> Name: testapp
> Activity: MainActivity
> Android target: android-25
> Subproject Path: CordovaLib
> Android project created with [email protected]
> Discovered plugin "cordova-plugin-whitelist" in config.xml. Adding it to the
> project
> Installing "cordova-plugin-whitelist" for android
> This plugin is only applicable for versions of cordova-android
> greater than 4.0. If you have a previous platform version, you do *not* need
> this plugin since the whitelist will be built in.
>
> Adding cordova-plugin-whitelist to package.json
> Saved plugin info for "cordova-plugin-whitelist" to config.xml
> ls: no such file or directory:
> /Users/ronald987/dev/apps/testapp/platforms/android/src/com/example/Testapp/*.java
> {color:red}Error: No Java files found that extend CordovaActivity.{color}
> </output>
> The directory and the .java indeed don't exist. In platforms/android/src
> there's only an org directory.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]