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
Post a Comment