JesusFreke / smali

smali/baksmali
6.29k stars 1.07k forks source link

error file path when buliding resources #832

Closed jhunee9090 closed 2 years ago

jhunee9090 commented 2 years ago

I tried to decompile the file and then immediately tried to compile the APK without changing anything but the process failed and got an error like this

W: error: invalid file path

\res\arm\arm_path.xml'.

W: \res\values\public.xml:4070: error: invalid resource type 'arm' in .

W; \res\values\public.xml: error: file failed to compile.

brut.androlib.AndrolibException: brut.common.BrutException: could not exec (exit code = 1):

Lanchon commented 2 years ago

wrong project. close this and read docs for apktool.

jhunee9090 commented 2 years ago

Thanks for info