I got an accelerated Android virtual emulator (4.2.2, API 17) working using Intel HAXM (on Mac). I installed the Google Maps SDK using these instructions , basically this answer to the previous SO question - Google Maps SDK with the new Intel Atom x86 emulator, but with photos.
Therefore, the emulator has access to the Google API. However, I need to enable location access for Google apps. This is usually done using the "Google Settings" , but since the creation of the emulator focused on API 17 (and not on the Google API 17), Maps and Google Settings have not been installed.
Where can I find .apk for google settings to install it? It would be even better if there was a way to permanently store it on the emulator (so that -wipe-data would not delete it).
(I know that I need to enable location access due to a problem that I worked with before. See my previous question here .)
source share