Advertisement

Android first game

Started by November 14, 2015 11:15 AM
4 comments, last by yfusan 9 years ago
Can Someone help me out? Meanwhile I do my research. Help would be appreciated.
Here's the error of some HAX kernel missing:
C:\Users\fusan\AppData\Local\Android\sdk\tools\emulator.exe -avd Nexus_5_API_23_x86 -netspeed full -netdelay none
emulator: ERROR: x86 emulation currently requires hardware acceleration!
Please ensure Intel HAXM is properly installed and usable.
CPU acceleration status: HAX kernel module is not installed!

You can download the HAXM module using the Android SDK manager.

If you use Android Studio, you find it under Tools->Android->SDK Manager

Switch to tab "SDK Tools" and install the "Intel x86 Emulator Accelerator"

Advertisement

anyway its better for you to use real device connected to pc and run programs with it (its way faster than using emulator)

Yeah I don't even bother with the emulator anymore, it's great if you don't have an android device but if you do then you should just hook it up and test using that. And if you don't have an android device, then you'd better look into getting one if you're gonna make games for it haha. I can't help you with the error, but that's my two cents. Don't even bother with the emulator unless you absolutely need to.

Thanks a lot guys. I got my problem resolved by rebooting my system and then enable/disable vt-x.

Thank you for your recommendation of using the android phone instead of the emulator.

Can someone please provide help in image resource? I'm stuck with the 3 dimension helicopter image that is needed in my game. The tutorial image resource is no longer existing, as a result I'm not able to find the image that I need. Please check the attachment for my code reference.

The helicopter image is also attached. This image is just a screenshot of my tutorial.

Does image need to have its exact size and resolution?

This topic is closed to new replies.

Advertisement