Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android studio DDMS emulator control disable

I was tried to make app to use GPS or telephony call. I'm learning android programming, I'm beginner in this. And I have problem with DDMS emulator control, I can't change anything because is disable all functions with this.

I have Android studio 2.0 and when I installing API use API 23 (with Google API'es) Marshmallow 6.0.

I use this on MAC (OS X el capitan) but I have this problem also in Windows 10 on my PC.

Sorry for my bed English.

Screenshot:

enter image description here

like image 621
Unofficialpage Avatar asked Nov 29 '22 01:11

Unofficialpage


2 Answers

Android emulator extended controls

Location settings for the Android emulator are now part of the extended controls.

like image 99
Funktional Avatar answered Nov 30 '22 13:11

Funktional


According to Android documentation (here), the emulation control tab in DDMS is no longer supported . I'm currently using V2.1, but check if the android emulator itself has the functionality of the Emulation control Tab.(check this)

Hope this helps!

like image 42
Ivan Esparza Avatar answered Nov 30 '22 15:11

Ivan Esparza