Starting android development with php on windows [closed]
I want to develop Android apps using PHP and Javascript. I am working on Windows XP SP2.
Do i need the complete Android SDK or just the Android Scripting Environment (ASE)? I have downloaded the SL4A.apk
(Android Scripting Environment), PhpForAndroid.apk
and Android emulator (just the emulator) but it runs very slow and i dont know how to install SL4A.apk
and PhpForAndroid.apk
on it. What else would i need for app development? I dont want to develop in java
so i dont think i should need Eclipse or NetBeans.
Also, how i can i create an AVD(Android Virtual Device) for the emulator?
If you want to develope an android app, you should install an Java-IDE and the Android SDK. You dont need PHP for that.
As IDE I suggest eclipse: http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/heliossr2 Get the SDK and more information about it there: http://developer.android.com/sdk/index.html
Have a great start! :)
As discussed in this book extract, you need to install the SDK so you can create AVDs and run the emulator. The instructions for configuring the development environment after downloading SL4A start on page 5.
精彩评论