I decoded the apk file with apktool and I did not change anything. After that, I just create it again, and then tried to install apk, but I got the following error even after some basic changes.
What I used with windows cmd :
apktool d somename.apk -o testfolder
then
apktool b testfolder
and
adb install somename.apk pkg: /data/local/tmp/somename.apk Failure [INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION] rm failed for -f, No such file or directory
I did this with apkstudio and the result was the same.
$ adb install -r "somename.apk" pkg: /data/local/tmp/somename.apk Failure [INSTALL_PARSE_FAILED_UNEXPECTED_EXCEPTION] rm failed for -f, No such file or directory Process exited with code 0
Was this a system application? Not.
Can anybody help me?
android decode apk
user3118109
source share