How to run First Program on Android Studio Emulator

Viewed 16

I have installed Android Studio but when running an application on an emulator, I face a problem, please help me with this issue . It shows the screen as below, please help me out Error during during performing emulator

1 Answers

you can try:

1- clean project -> sync project with gradle file -> rebuild project

2- invalidate cache and restart IDE

Related