android - Application package 'androidmanifest.xml' must have a minimum of two segments -


i attempting upload existing app samsung store via 100% indie website. automated submission process demands apk file nameofapp.apk no "." characters allowed before ".apk". changed package name in manifest so:

was: package="com.mycompany.mygame"

now: package="mygame"

but got error - application package 'androidmanifest.xml' must have minimum of 2 segments. , there appears no way round this. create multi-segment signed apk , manually rename it... i'm nervous whether kosher. have other options?

you should keep package names was:

com.mycompany.mygame 

the package name doesn't affect name of apk. in fact, eclipse lets choose file name when export application. renaming package won't change file name.

hope helps :)


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -