apk-editor-studio icon indicating copy to clipboard operation
apk-editor-studio copied to clipboard

Missing proper framework files error

Open LeOS-GSI opened this issue 2 years ago • 2 comments

When trying to unpack a apk I'm getting a lot of errors and at the end of log is written: Can't find framework resources for package of id: 36. You must install proper framework files, see project website for more info. But I can't find any related on your webpage.

What can I do ?

LeOS-GSI avatar Mar 14 '22 06:03 LeOS-GSI

Same issue here:

I: Regular manifest package...
I: Decoding file-resources...
W: Could not decode attr value, using undecoded value instead: ns=, name=style, value=0x02010012
W: Could not decode attr value, using undecoded value instead: ns=, name=background, value=0x020800cc
W: Could not decode attr value, using undecoded value instead: ns=, name=textSize, value=0x020c012d
W: Could not decode attr value, using undecoded value instead: ns=, name=background, value=0x020800cc
W: Could not decode attr value, using undecoded value instead: ns=, name=textSize, value=0x020c012d
W: Could not decode attr value, using undecoded value instead: ns=, name=textSize, value=0x020c012d
W: Could not decode attr value, using undecoded value instead: ns=, name=style, value=0x02010012
W: Could not decode attr value, using undecoded value instead: ns=, name=tint, value=0x020800df
W: Could not decode attr value, using undecoded value instead: ns=, name=tint, value=0x020800df
W: Could not decode attr value, using undecoded value instead: ns=, name=background, value=0x020800cc
W: Could not decode attr value, using undecoded value instead: ns=, name=textSize, value=0x020c012d
W: Could not decode attr value, using undecoded value instead: ns=, name=style, value=0x02010012
W: Could not decode attr value, using undecoded value instead: ns=, name=tint, value=0x020800df
W: Could not decode attr value, using undecoded value instead: ns=, name=color, value=0x020800e4
W: Could not decode attr value, using undecoded value instead: ns=, name=color, value=0x020800e4
W: Could not decode attr value, using undecoded value instead: ns=, name=color, value=0x020800c5
W: Could not decode attr value, using undecoded value instead: ns=, name=color, value=0x020800c5
W: Could not decode attr value, using undecoded value instead: ns=, name=color, value=0x0208011b
W: Could not decode attr value, using undecoded value instead: ns=, name=color, value=0x0208011b
W: Could not decode attr value, using undecoded value instead: ns=, name=textSize, value=0x020c012d
W: Could not decode attr value, using undecoded value instead: ns=, name=textSize, value=0x020c0123
W: Could not decode attr value, using undecoded value instead: ns=, name=textSize, value=0x020c0135
W: Could not decode attr value, using undecoded value instead: ns=, name=background, value=0x020800cc
W: Could not decode attr value, using undecoded value instead: ns=, name=textSize, value=0x020c012d
W: Could not decode attr value, using undecoded value instead: ns=, name=textSize, value=0x020c012d
W: Could not decode attr value, using undecoded value instead: ns=, name=background, value=0x0208006b
I: Decoding values */* XMLs...
Can't find framework resources for package of id: 2. You must install proper framework files, see project website for more info.

maciejmackowiak avatar May 17 '22 09:05 maciejmackowiak

same issue here, any idea?

starlord66 avatar Oct 15 '22 04:10 starlord66

you can find the instructions for this problem on the apktool website, since it's a problem apktool reports, not apk-editor-studio. See here: https://ibotpeaches.github.io/Apktool/documentation/

michael-brade avatar Nov 18 '22 16:11 michael-brade

Hi everyone,

@michael-brade is right: this message is related to the Apktool. Here is the full explanation: https://ibotpeaches.github.io/Apktool/documentation/#framework-files

Nevertheless, the upcoming APK Editor Studio version will include the framework manager which will make the work with frameworks a little bit easier.

kefir500 avatar Dec 08 '22 17:12 kefir500