package name of apk gets changed to com.mendix.nativetemplate when building with Appcenter

0
package name of apk gets changed to com.mendix.nativetemplate when building with Appcenter  With mendix 9.12.4 's native builder when i build the apk its package name is proper. But when I sign/build it in Appcenter then it changes that to com.mendix.nativetemplate. This mismatch causes the apk to get rejected when trying to upload to an existing app of playstore. Do I need to edit the native/android config file to fix this?
asked
1 answers
2

Hey Abhijit!

Long time no see. Hope all is well.

I recently ran into this same issue, but not only in AppCenter, it was also happening in Android Studio. However, I was able to address it in Android Studio by following the steps in the top answer of this SO post:
https://stackoverflow.com/questions/16804093/rename-package-in-android-studio

 

After I followed the directions, my AndroidManifest.xml needed to be updated, specifically the application android:name value. But after updating that value and rebuilding the project I was able to get a stable build with a new package name.

 

Hope this helps and best of luck!
Austin

answered