Questions tagged [bluestacks]

BlueStacks is a software platform which allows you to run Android apps on Windows and Mac, without the need of an Android emulator.

BlueStacks is a software platform which allows you to run Android apps on Windows and Mac, without the need of an Android emulator. It can be obtained from http://www.bluestacks.com/

216 questions
52
votes
8 answers

Connect Bluestacks to Android Studio

I have recently shifted to android studio. I would like to know how I can test my apps in Bluestacks app player. I had already had the bluestacks connected and working with eclipse using adb connect localhost:5555 but it doesn't seem to work with…
Harikrishnan
  • 6,759
  • 12
  • 54
  • 107
22
votes
7 answers

Change Orientation of Bluestack : portrait/landscape mode

if using the emulator, press CTRL-F12 we will change portrait or landscape mode . How can i do this with BlueStack ?
ledien
  • 469
  • 1
  • 5
  • 17
21
votes
3 answers

How do you adb to bluestacks 4?

I'd like to connect to android emulator on bluestacks 4 with adb. but I've got an error with adb.exe -s emulator-5554 shell checking devices. $ adb.exe devices List of devices attached BH901... device CB512... …
k23j4
  • 513
  • 1
  • 3
  • 12
18
votes
6 answers

How can I monitor HTTP traffic from BlueStacks?

I want monitor HTTP traffic from BlueStacks so that I can debug web analytics tracking - any idea how? For example, my application calles my server. I want to know what actual API my application actually called during testing. I do not see any HTTP…
user4951
  • 29,779
  • 47
  • 157
  • 270
17
votes
6 answers

Reliable way of detecting whether an Android app is running in 'BlueStacks'

I would like to ascertain at run-time inside an Android app whether it is running within the BlueStacks Android emulator. This is so I can modify the way the app runs when running inside BlueStacks. BlueStacks does not support multi-touch so I want…
Twice Circled
  • 1,398
  • 14
  • 23
15
votes
5 answers

How to check Android OS version of bluestacks Emulator

I searched a lot for this in Google, but no hope, how to check the OS version of Bluestacks emulator in Windows? There is a video in YouTube for checking bluestack version, but not the Android version used in it. I went to settings – > Advanced…
Mukund
  • 1,015
  • 2
  • 15
  • 34
15
votes
6 answers

debugging android app via eclipse on bluestacks app player

I have read a few articles that BlueStacks App Player can be used to debug android apps via Eclipse, instead of the default android emulator. Example article But I think this refers to the Windows version, I was unable to get to it work on MacOS.…
Sagi Mann
  • 2,149
  • 6
  • 28
  • 54
10
votes
6 answers

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…
Long Dao
  • 1,261
  • 3
  • 15
  • 31
9
votes
4 answers

Access to XAMPP from Bluestacks

How can I open my localhost (in Windows 8 with XAMPP) webpage, from a browser installed in Bluestacks App Player? Thank you
gMendeZm
  • 175
  • 1
  • 7
8
votes
3 answers

Debugging /loading bluestacks from eclipse

Why wont the bluestacks App player show up in my device manager list when I try run an app that I am developing in eclipse the bluestacks App player is running so it should be available. I am using windows 7.
Hello-World
  • 7,619
  • 22
  • 71
  • 144
7
votes
3 answers

Direction on setting up fiddler and Bluestacks

Does anyone know how to set up fiddler to monitor/sniff traffic from bluestacks? I've seen others mentioning that it can be done, but need some direction on configuring fiddler or configuring bluestacks to get it going. Currently fiddler is…
user1438488
  • 73
  • 1
  • 1
  • 5
6
votes
2 answers

The Bluestacks Android emulator is built using .Net?

I recently installed the Bluestacks Android emulator. I happened to look at the process running under ProcessExplorer and was surprised to see that it is a .NET application. The HD-Frontend.exe is the Bluestacks UI process and is highlighted yellow…
Enigmativity
  • 97,521
  • 11
  • 78
  • 153
5
votes
0 answers

How to change blue stacks 2 resolution by regedit

In original blue stacks, users can change the resolution by reg file. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\BlueStacks\Guests\Android\FrameBuffer\0] "WindowWidth"=dword:00000500…
WeiHung
  • 109
  • 1
  • 9
5
votes
4 answers

How to know whether my App is running on Bluestacks?

I'm working on a special version of my App which should run in Bluestacks. It's a windows/mac application which allows to run Android apps on the computer. I would like to implement special behaviour when the app runs in Bluestacks. Nothing…
Esparver
  • 1,395
  • 1
  • 14
  • 28
4
votes
1 answer

Running multiple instances of BlueStacks at the same time for development

I want to know if I can use two instances of BlueStacks at the same time for testing my apps with different resolutions. I drew out a rough sketch just in case to explain my theories. Rough sketch: Emulator 1 - 720 x 1280 phone Emulator 2 - 1280 x…
Hikki
  • 361
  • 1
  • 4
  • 19
1
2 3
14 15