Hello,
I have issue in aapt process in Androidx app version.
aapt craches on the next error :
aapt: Attribute “fontVariationSettings” has already been defined.
My app rund pefectly from computer.
Here is the conf of my app build.gradle :
My project gradle build version is :
classpath ‘com.android.tools.build:gradle:3.5.3’
I think it’s a gradle version issue. Could you help me to solve this problem.
Thank you.