Meteor Android Package Name Change

I copied one of my apps and modified it. Now when I try to submit the new app to google play, it complains that it has the same package name as the old version, and it won’t upload. How to I change the package name “com.idu0hnf31uytdl61o8fghj”, to a different one for the new app?

I’d suggest using the mobile-config.js file: http://docs.meteor.com/#/full/mobileconfigjs

I don’t see in the docs for mobile-config.js for how to set a package name.

// This section sets up some basic app metadata,
// the entire section is optional.
App.info({
  id: 'com.new.package.name',
  name: newPackageName
});

?

That works thanks! I didn’t see “id” in the docs.

1 Like

I Think This link definitively help you to better understand How To Change Package Name In Android Studio

you can study android imageview welookups simple step