Getting Invalid unique identifer

  • 1
  • Problem
  • Updated 4 years ago
Im getting the following error while building for android - "Invalid unique identifier for your application: com.nuwatiherbals.new"

No idea what I did wrong.
App ID:2106697
Photo of Nicholas Collins

Nicholas Collins

  • 3 Posts
  • 0 Reply Likes

Posted 4 years ago

  • 1
Photo of Petra V.

Petra V., Champion

  • 7794 Posts
  • 1391 Reply Likes
If your zip file is available online somewhere, please post its url and I'll be happy to have a look.
Photo of Petra V.

Petra V., Champion

  • 7794 Posts
  • 1391 Reply Likes
It's not publicly accessible.
Sorry. Can't see your files.
Photo of Nicholas Collins

Nicholas Collins

  • 3 Posts
  • 0 Reply Likes
Sorry forgot to change the sharing setting
link:
https://drive.google.com/file/d/0B6pz...
Photo of Petra V.

Petra V., Champion

  • 7794 Posts
  • 1391 Reply Likes
OK. Here is some feedback:
1. Your config.xml and index.html are not in the root of your zip file (where they should be). Instead, they are inside a directory called 'nuwati-herbals-18138980'. You should remove that directory level.

2. The feature element is obsolete.
Remove <feature name="http://api.phonegap.com/1.0/device"/>

3. You have
<preference value="false" name="AutoHideSplashScreen"/>
<preference value="10000" name="SplashScreenDelay"/>

which makes no sense. You can't say: "don't hide my splash, and please do so after 10 seconds".

4. You have a comment line preceding the root element of your XML. Not sure if that causes trouble, but you may want to remove
<!-- config.xml reference: https://build.phonegap.com/docs/config-xml -->