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

Root Android SDK in lamen's terms

Fuzzy13

Extreme Android User
Some explain what the SDK is and what its used for. I cant find any info thats conclusive and easy to understand.

This is just to ease my curiosity. :D
 
Some explain what the SDK is and what its used for. I cant find any info thats conclusive and easy to understand.

This is just to ease my curiosity. :D


Wait? you don't know everything? I thought you did.. this is the end of the world as I know it...:p.. great R.E.M. song...

From what I understand, It's a grouping of programs and software used to help in development of programs for an OS..... yes I know big words. shocking eh?:rolleyes:
 
Software Development Kit. Used mainly for application development. Its full of the APIs and such for each platform. And with AVD , Android Virtual Device you can test your app right on your computer for each platform. But to build an app you also need Eclipse. Which is a program for actually writing the app. XML, Java, add your images etc etc and tie them all together
 
Software Development Kit. Used mainly for application development. Its full of the APIs and such for each platform. And with AVD , Android Virtual Device you can test your app right on your computer for each platform. But to build an app you also need Eclipse. Which is a program for actually writing the app. XML, Java, add your images etc etc and tie them all together

Good to know. ;)

Thank you sir
 
Its fairly easy to understand. I wrote an app for the Ascend .XML was easy and a super tiny bit of javaand classes was easy. But then got in way over my head and gave up Ahaha I was just following a YouTube vid .got the whole UI done but making everythingdo what it was suppose to was a nightmare Ahaha
 
Back
Top Bottom