Software Archive
Read-only legacy content
17061 Diskussionen

How to Access Play from Emulator?

Sunil_V_
Einsteiger
1.530Aufrufe

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

0 Kudos
10 Antworten
Prince_Joseph
Einsteiger
1.530Aufrufe

I believe you need get apk of googleplay from internet.

William_H_2
Einsteiger
1.530Aufrufe

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

JLuna5
Neuer Beitragender I
1.530Aufrufe

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
Einsteiger
1.530Aufrufe

u can dowload playstore apk from www.androidpolice.com

and install it to the emulator.

Ashwin_S_Ashok
Einsteiger
1.530Aufrufe

u can install it by using terminal..

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

Ashwin_S_Ashok
Einsteiger
1.530Aufrufe

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
Neuer Beitragender I
1.530Aufrufe

Good input!!!

Catalin_P_
Einsteiger
1.530Aufrufe

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

JLuna5
Neuer Beitragender I
1.530Aufrufe

Hi Catalin P, you can emulate with wmware software

Antworten