• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

installing andoid sdk

trendy

Lurker
well i am a newbie.
i have just installed sdk on windows platform...but m not able to find where is the code editor....i mean how to start writing codes.
is it there from AVD from where that I have to start or something else..?
 
Alongside the SDK you need a development environment to code in. You don't actually do any of the coding inside the SDK. I recommend following the instructions on the Android development site and they will give you step-by-step instructions on how to install Eclipse (your dev environment) and link it with the Android SDK.

Android Developer's page with instructions - Installing the SDK | Android Developers
 
Back
Top Bottom