I am trying to run apk file on the device using flutter install
. The following error displays
Error: ADB exited with exit code 1
Performing Streamed Install
adb: failed to install F:\...\build\app\outputs\flutter-apk\app.apk: Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES:Failed to collect certificates from /data/app/vmdl619719557.tmp/base.apk: Attempt to get length of null array]
Install failed
How can I collect certificates?