Welcome to Unity Learning, unity training, Unity Enterprise training and education zone, there are many u3d resources, u3d training videos, u3d tutorials, U3d Frequently asked questions, U3d Project source code, we are committed to creating the industry Unity3d training, learning the first brand.
A bug:failed to find resource file (Mmiap.xml} is always encountered when moving mm integration
The reason: when it comes to bundling with unity, it's not the same as the original Android project, and after packing it, I can't find mmiap.xml.
Here's how to fix it:
1. When you are ready to use unity.
2. Unpacking with Apktool
3. Repackaging with Apktool
Note: The purpose of unpacking and packaging above is to remove the signature.
4. Use the AAPT tool to
Verson,mmiap.xml,copyrightdeclaration.xml Pack in APK
5. Use the Jarsigner tool to sign the APK using the original KeyStore, otherwise the sharing function such as this dependent keystore cannot be used
The steps are as follows:
1.apktool D xxx.apk Folder
2.apktool B folder yyy.apk
3.aapt a yyy.apk file
4.jarsigner-verbose-keystore Xxx.keystore-signedjar yyy_signed.apk yyy.apk Release
For more highlights, please click http://www.gopedu.com/
Unity3d moving mm failed to find resource File{mmiap.xml} solution