flutter_gl icon indicating copy to clipboard operation
flutter_gl copied to clipboard

build failed could not find threeegl.aar UPD:SOLVED(NOOB ISSUE)

Open GerikDeveloper opened this issue 1 year ago • 3 comments

When I build for android, i have this exception: FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':app:checkReleaseAarMetadata'.

Could not resolve all files for configuration ':app:releaseRuntimeClasspath'. Could not find :threeegl:. Searched in the following locations: - file:/Users/usergerik/Documents/FlutterProjects/multitool/android/app/libs/aars/threeegl.aar Required by: project :app > project :flutter_gl

GerikDeveloper avatar May 23 '24 08:05 GerikDeveloper

I also got that error for android. Can you share what fix did you apply?

surajkhanal avatar Jun 02 '24 09:06 surajkhanal

Download this file and paste it to your project directory android/app/libs/aars/ File: https://github.com/wasabia/flutter_gl/blob/main/flutter_gl/android/libs/aars/threeegl.aar

thanhnn147 avatar Jun 21 '24 08:06 thanhnn147

thanks. I hit this issue too

you have a typo. arrs -> aars

chipweinberger avatar Jun 24 '24 22:06 chipweinberger