Você está na página 1de 5

9/23/2016

AndroidSDKtutorialforbeginners|AndroidAuthority

Android SDK tutorial for beginners


by:Alex
1.2K Mullis (http://www.androidauthority.com/author/alexmullis/)April 20, 2016
shares

344

(https://plus.google.com/share?
861

url=http://www.androidauthority.com/andro
(https://www.facebook.com/sharer.php?(https://twitter.com/intent/tweet?
sdk-tutorial-beginnersapp_id=598473026880919&u=http://www.androidauthority.com/androidurl=http://www.androidauthority.com/android634376/)
sdk-tutorial-beginnerssdk-tutorial-beginners634376/&t=Android+SDK+tutorial+for+beginners)
634376/&text=Android+SDK+tutorial+for+beginners)

Android is the worlds most used mobile operating system, so it is essential that there is an easy way to develop apps for it. This is where the
Android SDK comes in. The SDK, which now comes as part of Android Studio and includes sample code and the emulator, makes it easier than ever
to develop for Android. So, lets get started.

What is the Android SDK?

(http://cdn04.androidauthority.net/wp-content/uploads/2015/08/SDK-Manager.png)

http://www.androidauthority.com/androidsdktutorialbeginners634376/

1/5

9/23/2016

AndroidSDKtutorialforbeginners|AndroidAuthority

The Android SDK is a software development kit that includes all the necessary libraries and les for developers to make apps for Android. The kit
also includes sample code with working applications, and the Android Virtual Device Manager, which lets you test your app on any version of
Android (or Android Wear) that you want.

(http://deals.androidauthority.com/sales/the-complete-android-java-bundle?

utm_source=androidauthority.com&utm_medium=referral&utm_campaign=the-complete-android-java-bundle)

Hot Java Android Coding Bundle (http://deals.androidauthority.com/sales/thecomplete-android-java-bundle?


utm_source=androidauthority.com&utm_medium=referral&utm_campaign=thecomplete-android-java-bundle)

If you are serious about coding you should checkout our Android Coding bundle course with60+ Hours of Training.
Get all 5courses for just: $29 $657[95% o]

GET THIS DEAL (HTTP://DEALS.ANDROIDAUTHORITY.COM/SALES/THE-COMPLETE-ANDROID-JAVA-BUNDLE?


UTM_SOURCE=ANDROIDAUTHORITY.COM&UTM_MEDIUM=REFERRAL&UTM_CAMPAIGN=THE-COMPLETE-ANDROIDJAVA-BUNDLE)
There are dierent components that can be downloaded, including platform-tools and build-tools.
Platform-tools are used to support new and existing features of Android, including the Android Debugging Bridge, bmgr and logcat. The
Android Debugging Bridge (ADB) can be used to see what is causing errors and what processes are running as well asother things. bmgr is a
tool used to manage the backup manager on an Android device with an API level of 8 or higher. It can be accessed by using the ADB.
Build-tools are made to work with the Platform-tools but can be updated independently if needed. These include JOBB, ProGuard and
zipalign. JOBB allows you to build encrypted and unencrypted APK expansions in OBB format. ProGuard is able to shrink and secure your app
by removing unused items, renaming classes and the like, this makes it harder for people to reverse-engineer your app and it makes the
overall size smaller which is also a bonus. Zipalign optimizes .apk les to start in a certain alignment relative to the start of a le.
The SDK-tools are required and are used no matter what version of Android you develop for, these include: build-tools, debugging-tools and
image-tools along with others.
The Android Debugging Bridge (ADB) and fastboot are also included in case you ever need to get your device out of a jam as well. Fastboot
can be used to ash or wipe partitions to your device in case something happens, this is very easy to do
(http://www.androidauthority.com/how-to-manually-install-android-lollipop-nexus-device-windows-linux-563546/). The ADB can be used to
troubleshoot issues with your device and apps.
What makes the SDK special is that everything you could ever need or want is just a few clicks away, and with Googles excellent developer page
(https://developer.android.com/index.html), anything is possible. Updating is a breeze too, if an update is available, the SDK will let you know when
you launch the SDK Manager. This is a helpful way to make sure everything is up to date as well as check to see if there are any previews to
download and mess around with.

Descrcai aplicaia
AW
Performan. Sugestii. Alerte.
Oriunde. Disponibil pe Android.

How to use the samples provided


Google provides some very helpful samples, if used correctly. Samples can be found in the SDK folder under samples then under the Android
version you want to take the sample from. Android Wear samples have an extra subfolder known as wearable. In these samples Google provides
basic outlines for how the user interface should look for that version of Android and other new APIchanges.

http://www.androidauthority.com/androidsdktutorialbeginners634376/

2/5

9/23/2016

AndroidSDKtutorialforbeginners|AndroidAuthority

When the watch face APIcame out, Google added a great example on how to use a classic ticking second hand watch face and a mechanical watch
imitating sweeping second hand watch face. You can learn a lot by using the samples and the ocial documentation that Google provides. You can
run the examples using the AVD Manager and modify the code however you like before using the same techniques in your own app.
The samples covers areas such as connectivity, including basic networking and Bluetooth; gestures, including gesture detection and multi-touch;
and the user interface, including ActionBars, Notications, transitions, swiping and Immersive mode.

What is the AVD Manager and how to use it

The Android Virtual Device Manager is a very special entity when it comes to developing apps and the Android SDK. The AVD Manager lets you
create virtual Android and Android Wear devices that you can run your apps on. These virtual devices are stripped down versions of Android that
can be congured to any screen size, resolution and even type of processor including ARM, MIPS and x86.
Google and Intel have made it a lot easier to run an AVD by using Intels Hardware Accelerated Execution Manager (HAXM) which enables the AVD to
run in Fast virt mode. This makes for a very smooth virtual environment rivaling an actual Android device. The only downside is that there is no
ocial way for two AVDs to communicate with each other. For example, you cant have an Android phone connect with an Android Wear device if
both are AVDs. However, you can connect your real device to an AVD wear device.

How the SDK and Android Studio tie together


Android Studio is in a league its own, and getting to know its ins and outs is a must, Gary Sims explains how towriting your rst Android app
(http://www.androidauthority.com/rst-android-app-what-you-need-to-know-619260/)using Android Studio. Android Studio makes accessing the
SDK and AVD Manager a breeze. The icons to access both are located on the top middle toolbar. Having the Android SDK integrated into Android
Studio is a huge plus when it comes to productivity. For example, the Android Debugging Bridge works beautifully with Android Studio and the AVD
Manager. If you were to create a Android Wear app that requires the connection of a phone for data you could connect your phone and start an
AVD of a wear device, connect the two and see exactly what is happening on each simultaneously. This is something that you will nd hard to live
without after you have used it a few times.

Android Developer Newsletter


Do you want to know more? Subscribe to our Android Developer Newsletter (http://devweekly.androidauthority.com). Just type in your email
address below to get all the top developer news, tips & links once a week in your inbox:
Email:

Subscribe

PS. No spam, ever. Your email address will only ever be used for Android Dev Weekly.

Wrap-up
The Android SDK is a very powerful tool for creating simple apps to complex games. The SDK, AVD Manager and Android Studio work wonderfully
together. Using the samples and documentation provided by Google anything is possible. It has never been easier to develop for Android. So why
not start? You can pick up the Android SDK here (https://developer.android.com/sdk/index.html).

Honor brings dual camera experience to


users on a budget
http://www.androidauthority.com/androidsdktutorialbeginners634376/

3/5

9/23/2016

AndroidSDKtutorialforbeginners|AndroidAuthority
(http://bevo-eu-west-1.adsnative.com/ck?
url=http%3A%2F%2Fwww.androidauthority.com%2Fhonor-8-featurefocus-camera715699%2F&sid=b8be1bebc8524204ba20c96f6a08ae8a_5a3937d2)

(http://bevo-eu-west-1.adsnative.com/ck?
url=http%3A%2F%2Fwww.androidauthority.com%2Fhonor-8feature-focus-camera715699%2F&sid=b8be1bebc8524204ba20c96f6a08ae8a_5a3937d2)

(http://bevo-eu-west-1.adsnative.com/ck?
url=http%3A%2F%2Fwww.androidauthority.com%2Fhonor-8-featurefocus-camera715699%2F&sid=b8be1bebc8524204ba20c96f6a08ae8a_5a3937d2)Presented
by Huawei (http://bevo-eu-west-1.adsnative.com/ck?
u=http%3A%2F%2Fwww.gethuawei.com%2F&sid=b8be1bebc8524204ba20c96f6a08ae8a
The Honor 8 brings the coveted dual camera conguration at a price that
signicantly beats the competition.

(http://bevo-eu-west-1.adsnative.com/ck?
url=http%3A%2F%2Fwww.androidauthority.com%2Fhonor-8-featurefocus-camera715699%2F&sid=b8be1bebc8524204ba20c96f6a08ae8a_5a3937d2)

oidauthority&taboola_utm_medium=bytaboola&taboola_utm_content=thumbnailsa:BelowArticleThumbnails:)
oidauthority&taboola_utm_medium=bytaboola&taboola_utm_content=thumbnailsa:BelowArticleThumbnails:)
oidauthority&taboola_utm_medium=bytaboola&taboola_utm_content=thumbnailsa:BelowArticleThumbnails:)
You May Like
(http://plarium.com/play/en/stormfall/015_mountain_city_viol_g?plid=85191&pxl=taboola_fr&&publisherID=thepublisherdesk-androidauthority)

This game will keep you up all night!


Stormfall: Free Online Game

(http://plarium.com/play/en/stormfall/015_mountain_city_viol_g?plid=85191&pxl=taboola_fr&&publisherID=thepublisherdesk-androidauthority)
(http://plarium.com/play/en/soldiers/top_g?adCampaign=90568&adPixel=taboola_fr&publisherID=thepublisherdesk-androidauthority)

This Game Will Keep You Up All Night!


Soldiers: Free Online Game

(http://plarium.com/play/en/soldiers/top_g?adCampaign=90568&adPixel=taboola_fr&publisherID=thepublisherdesk-androidauthority)
(http://trknx.com/path/lp.php?trvid=10046&trvx=82ed3095&cid=12&utm_term=thepublisherdesk-androidauthority)

Now You Can Track Your Car Using Your Smartphone


Trackr Bravo

(http://trknx.com/path/lp.php?trvid=10046&trvx=82ed3095&cid=12&utm_term=thepublisherdesk-androidauthority)
(http://ssl.hurra.com/TrackIt?tid=10082424C1151PPC&url=[[http://mc.media4u.pl/redir.php?tid=5906&url=https://www.bonprixro.eu/categorie/114/rochii/?
utm_source=Hurra_Content&tag=default&uid=1&ver=1&utm_medium=cpc&utm_campaign=Hurra_Content_5]])

Rochii must-have
bonprix - it's me!

(http://ssl.hurra.com/TrackIt?tid=10082424C1151PPC&url=[[http://mc.media4u.pl/redir.php?tid=5906&url=https://www.bonprixro.eu/categorie/114/rochii/?
utm_source=Hurra_Content&tag=default&uid=1&ver=1&utm_medium=cpc&utm_campaign=Hurra_Content_5]])
(http://adclk.co/click.php?
c=2931&key=y73ze33jqaef9y1p4j97nw61&campgroupid=GID&campid=2931.1026_TBL_A_N_GID_Trackr_Mul&utm_medium=%7Bsite%7D&tsid=TBL&adid=A11&&utm_medium=thepublisherdeskandroidauthority)

This Device Allows You To Track Anything, Anytime - Watch!


Trackr

(http://adclk.co/click.php?
c=2931&key=y73ze33jqaef9y1p4j97nw61&campgroupid=GID&campid=2931.1026_TBL_A_N_GID_Trackr_Mul&utm_medium=%7Bsite%7D&tsid=TBL&adid=A11&&utm_medium=thepublisherdeskandroidauthority)
(http://track.mysnoring-solution.com/f7a91370-8015-0133-1605-3c764e052d94/ROWNetworkContextual?utm_source=Taboola&utm_medium=thepublisherdeskandroidauthority&utm_content=http%3A%2F%2Fcdn.taboolasyndication.com%2Flibtrc%2Fstatic%2Fthumbnails%2Fd6e2327401ddc6a6ba4b9642a142f5d4.jpg&utm_term=Revolutionary+Way+to+S

Revolutionary Way to Stop Snoring


My Snoring Solution

(http://track.mysnoring-solution.com/f7a91370-8015-0133-1605-3c764e052d94/ROWNetworkContextual?utm_source=Taboola&utm_medium=thepublisherdeskandroidauthority&utm_content=http%3A%2F%2Fcdn.taboolasyndication.com%2Flibtrc%2Fstatic%2Fthumbnails%2Fd6e2327401ddc6a6ba4b9642a142f5d4.jpg&utm_term=Revolutionary+Way+to+S
(http://www.save70.com/?utm_source=taboola_save70_ights_2)

The Ultimate Cheap Flights Finder is Here!


Save70.com

(http://www.save70.com/?utm_source=taboola_save70_ights_2)

http://www.androidauthority.com/androidsdktutorialbeginners634376/

4/5

9/23/2016

AndroidSDKtutorialforbeginners|AndroidAuthority

(https://go.babbel.com/engmag-a153-vid-bv-millionusers-xo-tb/1_eng_tab_cd?
utm_source=taboola&utm_medium=CON&utm_campaign=cd_engall_gen_cxo_millionusers&utm_term=thepublisherdeskandroidauthority&utm_content=1%2C000%2C000+Have+Adopted+This+New+Way+To+Learn+A+Foreign+Language)

1,000,000 Have Adopted This New Way To Learn A Foreign Language


Babbel

(https://go.babbel.com/engmag-a153-vid-bv-millionusers-xo-tb/1_eng_tab_cd?
utm_source=taboola&utm_medium=CON&utm_campaign=cd_engall_gen_cxo_millionusers&utm_term=thepublisherdeskandroidauthority&utm_content=1%2C000%2C000+Have+Adopted+This+New+Way+To+Learn+A+Foreign+Language)

Posted In
Android Development (http://www.androidauthority.com/android-development/), News (http://www.androidauthority.com/news/)
Tags
Android Developer Tools (http://www.androidauthority.com/tag/android-developer-tools/), Android SDK (http://www.androidauthority.com/tag/androidsdk/), Android Studio (http://www.androidauthority.com/tag/android-studio/)
Android Developer Tools (http://www.androidauthority.com/tag/android-developer-tools/), Android SDK (http://www.androidauthority.com/tag/androidsdk/), Android Studio (http://www.androidauthority.com/tag/android-studio/)

0Comments
Recommend

AndroidAuthority

Share

Login

SortbyBest

Startthediscussion

Bethefirsttocomment.

Subscribe d AddDisqustoyoursiteAddDisqusAdd

Privacy

COPYRIGHT 2016 ANDROIDAUTHORITY, ALL RIGHTS RESERVED.


ABOUT (/about/) | CONTACT (/contact/)

http://www.androidauthority.com/androidsdktutorialbeginners634376/

5/5

Você também pode gostar