hello bro, I also experienced the same thing as you just now, I've looked for ways but there is still no right solution to this problem, if I may know, have you found the solution now??
thanks bro
When you post mods with the Gameloft folder, the games work normally, but when it's in the data or obb folder, it doesn't work on Android 13
When you post mods with the Gameloft folder, the games work normally, but when it's in the data or obb folder, it doesn't work on Android 13
To manually implement Android/data and Android/obb files into an APK file for Android 13 devices, follow these steps:
Step 1: Extract the APK file Use a tool like APKTool or 7-Zip to extract the APK file.
Step 2: Create a new folder structure Create a new folder named assets inside the extracted APK folder. Inside the assets folder, create two new folders: Android and obb. Move the Android/data files into the Android folder and the Android/obb files into the obb folder.
Step 3: Update the APK's AndroidManifest.xml file Add the following line inside the <application> tag:
<application...>
...
<meta-data android:name="android.assets" android:value="assets" />
...
</application>
Step 4: Repackage the APK file Use APKTool or 7-Zip to repackage the APK file with the updated contents.
Step 5: Sign the APK file (optional but recommended) Use a tool like APKSigner or jarsigner to sign the APK file.
You should now have an APK file that includes the Android/data and Android/obb files, which should install properly on Android 13 devices.
hmm.. i already install it but obb was ignore, did i miss something ?To manually implement Android/data and Android/obb files into an APK file for Android 13 devices, follow these steps:
Step 1: Extract the APK file Use a tool like APKTool or 7-Zip to extract the APK file.
Step 2: Create a new folder structure Create a new folder named assets inside the extracted APK folder. Inside the assets folder, create two new folders: Android and obb. Move the Android/data files into the Android folder and the Android/obb files into the obb folder.
Step 3: Update the APK's AndroidManifest.xml file Add the following line inside the <application> tag:
<application...>
...
<meta-data android:name="android.assets" android:value="assets" />
...
</application>
Step 4: Repackage the APK file Use APKTool or 7-Zip to repackage the APK file with the updated contents.
Step 5: Sign the APK file (optional but recommended) Use a tool like APKSigner or jarsigner to sign the APK file.
You should now have an APK file that includes the Android/data and Android/obb files, which should install properly on Android 13 devices.
We use cookies to personalize content and ads, to provide social media features and to analyse our traffic. We also share necessary information with our advertising and analytics partners to optimize your experience on our site.
Learn more about cookies
We use cookies to personalize content and ads, to provide social media features and to analyse our traffic. We also share necessary information with our advertising and analytics partners to optimize your experience on our site.
Learn more about cookies