Remove company name in android package -
a while created phonegap android app , put on google play store package name com.packagename have since rebuilt app in native code using android studio. having tried update app on google play , found package name not match because android studio adds company section i.e. com.companyname.packagename
i have tried refactoring there not seem way remove companyname section. there anyway this? assuming there no way around in google play?
is there anyway this?
go build.gradle
, delete companyname
applicationid
values. then, double-check androidmanifest.xml
file , delete companyname
package
attribute in root <manifest>
element.
Comments
Post a Comment