Unity3d moving mm failed to find resource File{mmiap.xml} solution

Source: Internet
Author: User

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

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.