Ronald Klip created CB-13031:
--------------------------------

             Summary: 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-cli
    Affects Versions: 7.0.1
            Reporter: Ronald Klip
            Priority: Minor


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 cordova-android@6.2.3
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: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to