Relative Content

Tag Archive for androidfluttergradleaar

Dexing error when integrating aar file into Flutter app

I have a calcapp.aar file that I want to use in a Flutter app. I created the libs folder inside android/app and added the calcapp.aar file to it -> android/app/libs/calcapp.aar.
Then, I added the following code to android/app/build.gradle: