Software Archive
Read-only legacy content
17061 Discusiones

How to Access Play from Emulator?

Sunil_V_
Principiante
1.521 Vistas

We have a situation to access google play. Is there a way to install google play in an emulator?

0 kudos
10 Respuestas
Prince_Joseph
Principiante
1.521 Vistas

I believe you need get apk of googleplay from internet.

William_H_2
Principiante
1.521 Vistas

As Joseph said, you'd need an apk of google play. Android Police has the newest builds usually.

JLuna5
Nuevo Colaborador I
1.521 Vistas

Hi Sunil, perhaps this information will be util for you. https://play.google.com/store/apps/details?id=jackpal.androidterm&hl=es

Ashwin_S_Ashok
Principiante
1.521 Vistas

u can dowload playstore apk from www.androidpolice.com

and install it to the emulator.

Ashwin_S_Ashok
Principiante
1.521 Vistas

u can install it by using terminal..

su -c "pm install /mnt/sdcard/app.apk" root

Ashwin_S_Ashok
Principiante
1.521 Vistas

Another Metod is..

Intent intent=newIntent(Intent.ACTION_VIEW); intent.setDataAndType(Uri.fromFile(newFile(path+"/<application_name>.apk")),"application/vnd.android.package-archive");

startActivity(intent);

And this is the permissions..

<uses-permission android:name="android.permission.INSTALL_PACKAGES" />

JLuna5
Nuevo Colaborador I
1.521 Vistas

Good input!!!

Catalin_P_
Principiante
1.521 Vistas

hi guys! can you please tell me where I can find an emulator so I can start working on AppUp applications? thx

JLuna5
Nuevo Colaborador I
1.521 Vistas

Hi Catalin P, you can emulate with wmware software

Responder