Androidstudio gapps has stopped in emulator

1.6k Views Asked by At

I'm a newbie in Android Studio. I created a 'Hello World' project then ran it in an emulator. But the Emulator always gave me an error-

Unfortunately, com.google.process.gapps has stopped.

My installed SDKs are-

enter image description here

I cannot do anything on the emulator. Please help me. Thanks a lot.

1

There are 1 best solutions below

4
On BEST ANSWER

You need to have platform tools to develop anything for android. Also if you're testing on an emulator you need to have the system images for that particular API against which you are developing, ie, your target API. You haven't yet installed all the packages you should to start developing. You can visit https://developer.android.com/tools/help/sdk-manager.html for more information about the required packages.

To download packages, open Android Studio, go to Configure and the SDK Manager.