Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to fix this error Task 'assembleAarRelease' not found in root project 'flutter_plugin_android_lifecycle'.?

When i tried to run the app I'm getting this error Task 'assembleAarRelease' not found in root project 'flutter_plugin_android_lifecycle'. how to rectify this?

like image 381
Akshay gopan Avatar asked Jun 13 '20 08:06

Akshay gopan


1 Answers

I just changed the compileSdkVersion to 29 instead of 28.

like image 187
HRISHIKESH DESHMUKH Avatar answered Sep 25 '22 08:09

HRISHIKESH DESHMUKH