fat-aar-android icon indicating copy to clipboard operation
fat-aar-android copied to clipboard

It's not support androidx?

Open Gc-JingX opened this issue 4 years ago • 4 comments

It's not support androidx? I try to do that but it's can not be run

Gc-JingX avatar Jan 14 '20 01:01 Gc-JingX

jetifier not transform embedded aar @kezong do you have any idea how to resolve it?

mban avatar Oct 28 '20 10:10 mban

jetifier not transform embedded aar @kezong do you have any idea how to resolve it?

jetifier just effect in application build.

kezong avatar Dec 12 '20 14:12 kezong

It's support androidx. Jetifier works fine with embeded aar in example

Try to upgrade to latest version.

kezong avatar Dec 13 '20 13:12 kezong

have the same problem. remote aar use support and fataar module set android.useAndroidX=true & android.enableJetifier=true, fataar module proguard minifyEnable=true, the output has obfuscate problem but compile sucess

modify your demo , Activity oncreate has been obfuscated. I guess maybe : classes file use support but pom have change androidx, so while building TestActivity not identify? image

paul1992li avatar Aug 09 '22 12:08 paul1992li