JesusFreke/smali

android10 Hidden API restrictions are only supported on api 29 and above

Opened this issue · 3 comments

when i used smali-2.5.2.jar as out2 -o classes2.dex
I got a lot of mistakes, dex file is not create
How can I package a SmalI file into a DEX file?
give me some tips
thanks

I found this parameter
-a 29
nice~

Hi @behind80 ,
I met same issue, by using -a 29 flag it causes bootloop

Smali-ing generates bad hiddenapi_class_data_item
This is all discussed over at apktool and has a tiny example (min.zip).
See: iBotPeaches/Apktool#2918