Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

External task execution finished 'signingReport'

I add app_id Google services to my app But when I want to run my app I can't and android studio gives me this message. I can make apk file but Google game services doesn't work,

I'm beginner on programming.

BUILD SUCCESSFUL

Total time: 0.776 secs 12:50:39 PM: External task execution finished 'signingReport'.

Thanks

like image 942
Ayoub H-couch Avatar asked Jul 09 '17 12:07

Ayoub H-couch


1 Answers

This is happening because you try to run the signing report instead of app. Select app from "Select Run/Debug Configuration" drop down menu as show in below image. then the app will run on device.

Select Run/Debug Configuration

like image 164
IraniSh Avatar answered Nov 20 '22 13:11

IraniSh