[ https://issues.apache.org/jira/browse/CB-13031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16104736#comment-16104736 ]
ASF GitHub Bot commented on CB-13031: ------------------------------------- Github user codecov-io commented on the issue: https://github.com/apache/cordova-android/pull/397 # [Codecov](https://codecov.io/gh/apache/cordova-android/pull/397?src=pr&el=h1) Report > Merging [#397](https://codecov.io/gh/apache/cordova-android/pull/397?src=pr&el=desc) into [master](https://codecov.io/gh/apache/cordova-android/commit/458e47968158642e803a36b2aaed15b5a789a994?src=pr&el=desc) will **not change** coverage. > The diff coverage is `100%`. [![Impacted file tree graph](https://codecov.io/gh/apache/cordova-android/pull/397/graphs/tree.svg?width=650&height=150&src=pr&token=q14nMf6C5a)](https://codecov.io/gh/apache/cordova-android/pull/397?src=pr&el=tree) ```diff @@ Coverage Diff @@ ## master #397 +/- ## ======================================= Coverage 42.55% 42.55% ======================================= Files 17 17 Lines 1678 1678 Branches 304 304 ======================================= Hits 714 714 Misses 964 964 ``` | [Impacted Files](https://codecov.io/gh/apache/cordova-android/pull/397?src=pr&el=tree) | Coverage Δ | | |---|---|---| | [bin/lib/create.js](https://codecov.io/gh/apache/cordova-android/pull/397?src=pr&el=tree#diff-YmluL2xpYi9jcmVhdGUuanM=) | `50.82% <100%> (ø)` | :arrow_up: | ------ [Continue to review full report at Codecov](https://codecov.io/gh/apache/cordova-android/pull/397?src=pr&el=continue). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta) > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/apache/cordova-android/pull/397?src=pr&el=footer). Last update [458e479...a3f393c](https://codecov.io/gh/apache/cordova-android/pull/397?src=pr&el=lastupdated). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments). > 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-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org