(05-03-2022, 11:18 AM)Seekenn Wrote: Hey, is there a way to run more than 4 bluestacks instances?
My instance manager can see only 4 id's even if i turn 6 or more.
Or maybe is there a way to combine bluestacks with memu?
Hey man, it might be taht BS is not connecting the emulators to adb server. This is a knows BS issue.
To find out if this is the case: enter the adb directory and run a command prompt with the following command
adb.exe devices
this should show the connected devices to adb and their port.
if for some reason some device is missing you gotta connect them manually to adb with the following commad:
adb.exe connnect localhost:port
where "port" is the port you find in the bluestack ADB page (usually 5555+n ex 5556,5557 etc)
rerun adb.exe devices to check if it has been connected.