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
:
Troubleshooting 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
:
Troubleshooting Dexing Error When Integrating calcapp.aar 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
: