manifest package path?
in
Android Processing
•
1 year ago
I've created a signed apk ready for upload to market, but just noticed in the AndroidManifest.xml the "package" path is set to the default "processing.android.test.MYAPP". The MYAPP part is fine, just wondering if i can change this to a proper package label before uploading to market (eg. com.whatever.MYAPP)? Would I need to make any other changes if i do?
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="processing.android.test.MYAPP" android:versionCode="1" android:versionName="1.0">
Thanks.
1