Tryed by official website documentation! always error
https://ibotpeaches.github.io/Apktool/install/
deleting %UserProfile%\AppData\Local\apktool\framework
1.apk dindt help!
C:\apktoolmaster>apktool b -o game.apk love_decoded
I: Using Apktool 2.4.1
I: Checking whether resources has changed...
I: Building resources...
W: C:\apktoolmaster\love_decoded\res\values-v24\styles.xml:3: error: Error retri
eving parent for item: No resource found that matches the given name '@android:s
tyle/Animation.OptionsPanel'.
W:
W: C:\apktoolmaster\love_decoded\res\values-v24\styles.xml:4: error: Error retri
eving parent for item: No resource found that matches the given name '@android:s
tyle/Animation.LockScreen'.
W:
brut.androlib.AndrolibException: brut.common.BrutException: could not exec (exit
code = 1): [C:\Users\Dean\AppData\Local\Temp\brut_util_Jar_111727020916538522.t
mp, p, --forced-package-id, 127, --min-sdk-version, 14, --target-sdk-version, 28
, --version-code, 28, --version-name, 11.3, --no-version-vectors, -F, C:\Users\D
ean\AppData\Local\Temp\APKTOOL594833643680138220.tmp, -e, C:\Users\Dean\AppData\
Local\Temp\APKTOOL1628470845446272826.tmp, -0, arsc, -I, C:\Users\Dean\AppData\L
ocal\apktool\framework\1.apk, -S, C:\apktoolmaster\love_decoded\res, -M, C:\apkt
oolmaster\love_decoded\AndroidManifest.xml]
C:\apktoolmaster>
Manifest File
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<manifest package="game.love"
android:versionCode="18"
android:versionName="2.1.0"
android:installLocation="auto" xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.VIBRATE"/>
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" android:maxSdkVersion="18"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="18"/>
<!--Uncomment line below if your game uses microphone capabilities. !-->
<!--uses-permission android:name="android.permission.RECORD_AUDIO" /!-->
<uses-feature android:glEsVersion="0x00020000"/>
<application
android:allowBackup="true"
android:icon="@drawable/love"
android:label="${GameName}"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"
>
<activity
android:configChanges="orientation|screenSize"
android:label="Game"
android:launchMode="singleTask"
android:name="org.love2d.android.GameActivity"
android:screenOrientation="sensorPortrait"
>
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
<category android:name="tv.ouya.intent.category.GAME"/>
</intent-filter>
</activity>
</application>
APK Tool Compiling Dont Work! Error!
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
Re: APK Tool Compiling Dont Work! Error!
Try and try again.
Code: Select all
apktool empty-framework-dir --force
Profile. Do you encounter crashes in LÖVE Android and wanna send me logcats? Please hit me up in LÖVE Discord and send the full logcat file!
Who is online
Users browsing this forum: Bing [Bot] and 4 guests