You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Ronald Klip (JIRA)" <ji...@apache.org> on 2017/07/19 18:46:00 UTC

[jira] [Comment Edited] (CB-13031) config.xml: android-packageName case-sensitivity

    [ https://issues.apache.org/jira/browse/CB-13031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16093593#comment-16093593 ] 

Ronald Klip edited comment on CB-13031 at 7/19/17 6:45 PM:
-----------------------------------------------------------

Hi [~Nikita Matrosov], where can I find that file? The only matching files I can find are the ones that are generated by "cordova platform add android". 


was (Author: ronald987):
Hi [~Nikita Matrosov], where can I find that file? The only matching files I can find are the ones that are generated by "cordova add android". 

> 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 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-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org