Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gradle upgrade - base.apk code is missing while creating apk

After updating gradle i am getting

Failure [INSTALL_FAILED_INVALID_APK: Package couldn't be installed in /xxxx Package /data/app/xxxx/base.apk code is missing]

i have removed .idea,.gradle,build still getting same error even with clean build it giving same error

like image 423
andro Avatar asked Sep 13 '25 11:09

andro


1 Answers

run flutter clean command then try to run again, it worked for me.

like image 152
Mahmoued Mohamed Avatar answered Sep 15 '25 01:09

Mahmoued Mohamed