Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to run apk file on Mac via Bluestacks

I use Bluestacks as a Virtual device to run apk file on my laptop. On Windows, it is quite simple. I just need to install Bluestacks, then double click to the apk file I want to run. It will automatically install to Bluestacks. However, it is a pain on Mac. After installed Bluestacks, I still can not open apk file.

Anybody know how to do it?

Thanks in advance.

like image 370
Long Dao Avatar asked Jul 29 '13 23:07

Long Dao


People also ask

Can Mac run APK files?

The APK file contains fully compiled and ready-to-install code. Since APK is not a cross-platform extension (there is no APK for Mac or Linux), it is only supported by Android, regardless of version and system modification. Files with this extension are stored in the official Google Play store.

Can BlueStacks run on Mac?

You can now play your favorite Android games on your Mac with BlueStacks. Take your gaming experience to another level with countless hours of comfortable gameplay. Play games easily with the convenience of using your keyboard, mouse and much more!

How do I run an APK file on Apple?

Installing APK files on your iPhone is impossible. That's because these files are designed to be run on Android devices. Android apps are compiled into the Dalvik executable file, which is present inside an APK package. As for iOS; it runs compiled files from IPA, usually coded with Xcode language.


3 Answers

Just right click work for me. Mac 10.12.1

enter image description here

like image 149
Nimitack Avatar answered Oct 02 '22 08:10

Nimitack


Open terminal and run the following command:

~/Library/BlueStacks\ App\ Player/Runtime/uHD-Adb install PATH_AND_APK_FILENAME
like image 34
tiz.io Avatar answered Oct 02 '22 10:10

tiz.io


This is for Bluestack Version 0.9.30.

Just right click the .apk file and Open With like: enter image description here

look for BlueStacks.app and wait for the installation to finish.

Note: If the default app is already BlueStacks you can just double click the .apk file.

like image 27
0yeoj Avatar answered Oct 02 '22 08:10

0yeoj