简体   繁体   中英

Create my own android app/ launcher

First of all, what software would be the best to use and where can i download it? Is there any program that lets me work more by visual rather than working with a bunch of code?

I looked at the information Android has for developers and i download Eclipse Classic. However i get this error when i try to run it.

" A java runtime environment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse. No java virtual machine was found after searching the following locations: C:\\users\\administrator\\desktop\\eclipse…

If this turn out to be the best program to use....how can i fix this?

Actually Eclipse is the best tool to develop Android applications. And with the Android Development Tool (ADT) plugin for eclipse, you can create a simple interface graphically.

Use this tutorial to set up eclipse and ADT http://developer.android.com/sdk/index.html

The error you are facing is because you don't have the Java Development Kit (JDK) or it's not installed properly. Download it from here .

You're missing the JDK.

See Android SDK and, in particular, step 1 and the link to download the JDK

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM