You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if i decompile and compile it again with 0 changes
i get [INSTALL_FAILED_INVALID_APK: Failed to extract native libraries, res=-2]
if i edited the manifest file android:extractNativeLibs="false" to android:extractNativeLibs="true"
and compiled it the app installs fine but freezes on start
Frameworks
If this APK is from an OEM ROM (Samsung, HTC, LG). Please attach framework files
(.apks that live in /system/framework or /system/priv-app)
That error for extractNativeLibs is probably one of the culprits and we are tracking that in #2490. I don't see a logcat to triage the freezing, so will close as duplicate.
There is nothing in this logcat that suggests like a bad/messed up resource. My guess is this is just anti-tamper behavior and not something Apktool can resolve in every case.
I see no solution forward with this - so closing. My original comment still stands about the extractNativeLibs error.
Information
apktool -version
) - 2.6.0Stacktrace/Logcat
Full logcat on paste.ee
Full logcat on paste.ee
Steps to Reproduce
if i decompile and compile it again with 0 changes
i get [INSTALL_FAILED_INVALID_APK: Failed to extract native libraries, res=-2]
if i edited the manifest file android:extractNativeLibs="false" to android:extractNativeLibs="true"
and compiled it the app installs fine but freezes on start
Frameworks
If this APK is from an OEM ROM (Samsung, HTC, LG). Please attach framework files
(
.apks
that live in/system/framework
or/system/priv-app
)APK
apk link
Questions to ask before submission
apktool d
,apktool b
without changing anything? yesThe text was updated successfully, but these errors were encountered: