Software Archive
Read-only legacy content
17061 討論

How to Access Play from Emulator?

Sunil_V_
初學者
1,523 檢視

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

0 積分
10 回應
Prince_Joseph
初學者
1,523 檢視

I believe you need get apk of googleplay from internet.

William_H_2
初學者
1,523 檢視

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

JLuna5
新貢獻者 I
1,523 檢視

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
初學者
1,523 檢視

u can dowload playstore apk from www.androidpolice.com

and install it to the emulator.

Ashwin_S_Ashok
初學者
1,523 檢視

u can install it by using terminal..

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

Ashwin_S_Ashok
初學者
1,523 檢視

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
新貢獻者 I
1,523 檢視

Good input!!!

Catalin_P_
初學者
1,523 檢視

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

JLuna5
新貢獻者 I
1,523 檢視

Hi Catalin P, you can emulate with wmware software

回覆