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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -