There seems to be an error in the Emulator portion of this clip.

Asked 1 years ago, Updated 1 years ago, 102 views

I'm in the process of creating an Android app through Eclipse, but it's blocked from the beginning.

Currently, Eclipse has added an Android SDK to create an AVD and now an Android application The project has reached the point where it is normally made.

At this time, the following error occurred when doing Debug/Run, so I tried to approach it through various methods The correct solution has not been made...

Googleing meant that the bit of the operating system was different or that you should try it with administrator authority, but it didn't seem to be solved.

I changed the API version and made various AVDs to experiment just in case, but it doesn't seem to work well.

I'd like to ask you a question about that problem and about Emulator! Even if it's not related to the question, I'd appreciate it if you could advise beginners in the introductory phase of the application!

+) The same error occurred in the Android studio! (You have created and used a new AVD.)

emulator android eclipse

2022-09-22 21:35

1 Answers

When I searched with the error you posted, there seems to be a case where the emulator is not running due to the same problem. I think you've already seen the article below, but I left a link just in case.

I personally recommend Genymotion, even if you find a solution and make AVD available. I don't know if the speed of AVD has improved now, but when I used it, it took a lot of patience to use it as a test environment at a slow speed.

Genymotion is an emulator that significantly improves the speed of the AVD. If you search for it, there are many Korean materials, from installation method to troubleshooting, so I think it would be good to read them at least once to establish a fast development environment.


2022-09-22 21:35

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.