Unable to set up virtual device within AS - Android Q&A, Help & Troubleshooting

Hello,
I'm trying to set up virtualization within Android studio on my Lenovo Ideapad 320 with AMD A12-9720P processor and Windows 10 OS. Whenever I try to start a virtual phone in AS I get the message "Your CPU does not support required features (VT-x or SVM). I have tried and failed to install Intel HAXM from the sdk folder, getting a similar message about virtualization not being implemented. I have turned on virtualization in the BIOS (only AMD virtualization seems to be available) and disabling Hyper-V with "bcedit /set hypervisorlaunchtype off" from an elevated command prompt. Is there any other way to fix this, or can my computer simply not run android studio virtual phones? Thank you for any help provided.

Related

android emulator for windows7

is there an android emulatur to Windows7 as can run Android applications?
It's included in the Android SDK, based on QEMU.
I have downloaded the windows version here: http://developer.android.com/sdk/index.html, and installed it, but how did I start the emulator, sow I can install my Android applications ?
http://gupl.dk/64386/
Virtual Devices seems like a very obvious hint, doesn't it
I can not figure out what to do about this error, can not understand what is meant by "Hint: use '@ foo' to launch a virtual device named 'foo'."
I have set up a virtual drive - see attached picture.
invalid command-line parameter: Files\Android\android-sdk\tools/emulator-arm.exe.
Hint: use '@foo' to launch a virtual device named 'foo'.
http://gupl.dk/64502/
http://gupl.dk/64503/
http://gupl.dk/64504/
You installed in Program Files and the android tools don't like spaces in their path.

[Q] Genymotion and IDA PRO

Guys, help me please configure genymotion and ida properly.
I want to debug an application using no arm hardware.
So i installed genymotion, emulated htc onex android 4.2.2.
After that i installed arm translator.
Now i am trying to connect my virtual device and ida using ADB:
i push android_server file to the system folder
chmod access rights (755)
and try to start server - ./android_server
As a result i receive error saying that the file can not be executed : magic 7f45
As far as i understand android_server is ELF executable and is waiting for arm processor.
So arm translator doesn't work for ida's android_server?

porting QEMU on android with KVM..

I have been compiling QEMU 1.7.2 version for android ARM based device.
Currently I have been able to successfully emulate Windows XP using TCG (tiny code generator) present in QEMU for binary translation and hardware emulation as it is not using KVM (hw based acceleration).
I am facing difficulty in booting Windows 8 image in QEMU, and facing the below error.
Your PC needs to restart.
Please hold down the power button.
Error Code : 0x0000005D
Parameters:
0x03060303
0x756E6547
0X49656E69
0X6C65746E
........................................
the above experiment with windows is emulated on x86 based device emulation whereas actual device is an ARM based device.
So inorder to use KVM I need ARM based image of Windows OR combine the TCG binary translation part along with KVM Direct Execution which will utilise hardware acceleration.
Anyone has been able to use TCG and KVM together??
Thoughts on this will be very helpful..Please let me know if anyone has experimented.
Regards
Kushal Parmar
Any progress on this? I would like to run qemu on android.

Installed RemixOS stucks at the flashing display but boot up in debug mode

Hi everyone:
I install RemixOS on hard drive following some directions found on XDA (http://forum.xda-developers.com/remix/remix-os/question-install-remix-dedicated-hdd-t3316527) to installs the system directly to hard drive without dual boot.
What i did was the following: After pressing TAB on Resident mode, i removed everything after "quiet". Then i put INSTALL=1 and then format to ext4 to use all the disk space.
The installer finalizes without errors, but when i restart and choose normal init at GRUB, the system stucks on flashing screen, then never enters to graphic env.
The things changes when i boot in debug mode. The system boot up completely but to console. I know how to use Linux, but this distro its very different to an standard one, so i need some directions to diagnose and solve the problem.
In debug mode, when i grep dmesg for error or warning nothing is found. All the devices are detected and aparently installed.
The only thing that got my attention when i installed Remix was the following messages:
- intel_powerclamp: Intel powerclamp does not run on family 6 model 15
- intel_rapl: driver does not support CPU family 6 model 15
But these msgs i suppose that are normal because is an old CPU that not support all the features that the driver does, right?
Anyway, these are the specs of the intallation:
- RemixOS version: B2016071501.
- CPU: Intel Dual Core E2160 1.68Ghz
- MB: Foxconn 45CMX
- GPU: Intel integrated on MB. I don't know the exact model
- HDD: 60Gb SATA
Any ideas to solve this problem?
Many thanks in advance.

Android Studio - JDK - Recommended versions and settings on Windows XP 32-bit?

My aims:
- Use Android Studio to develop a basic Android application - should be possible
- Use Android Studio to back up my physical phone (Hisense phone running Nougat 7.0) and create an emulated version of it running on my PC - should be possible, is it?
My PC:
- Windows XP 32-bit
- Pentium Dual Core T2330 processor NOT supporting IntelĀ® Virtualization Technology (VT-x)
- 2 GB RAM
Questions:
- Are the above aims possible to achieve with my PC?
- If yes, what are the recommended Android Studio and Java SE Development Kit versions/settings to use that work for sure?
Story: I have tried to use Android Studio 3.0.1 with various versions of Java SE Development Kit 8 (including 121, 144, and 152) and various settings/hacks constantly running into various bugs/issues, most of which were seemingly resolved by new settings/hacks, yet I ended up with the same error messages after I have tried everything I have found online that nice people suggested on forums.
I am unable to even compile and run a default Android app, I get these error messages:
Gradle build finished with 2 error(s) in 21s 591ms
Error:java.util.concurrent.ExecutionException: java.lang.RuntimeException: No server to serve request. Check logs for details.
Error:Execution failed for task ':app:mergeDebugResources'.
> Error: java.util.concurrent.ExecutionException: java.lang.RuntimeException: No server to serve request. Check logs for details.
I am unable to run a default-loaded Android Virtual Device, I get this error message:
Emulator: Process finished with exit code -1073741511 (0xC0000139)
I am clueless how to continue. If my aims are possible to achieve, could someone tell me the Android Studio and JDK versions and settings that work 100% under 32-bit Win XP?
Thanks in advance!

Categories

Resources