Learn Android with interactive video training in the Android Fundamentals Udacity course. For help installing Android Studio, see the Install guide. Android Studio. Download What's new User guide Preview. Android Developers. Android Studio Android Studio provides the fastest tools for building apps on every type of Android device. Download Not Available Your current device is not supported.
Download options Release notes. More about the layout editor. More about the APK Analyzer. More about the emulator. More about the editor. More about the build tools. More about the profilers. Chrome OS For information on recommended devices and specifications, as well as Android Emulator support, visit chromeos. Thank you for downloading Android Studio! Download Android Studio Introduction 1.
These locations must be configured correctly before the Platforms and Tools tabs will function properly. When the SDK Manager starts, it automatically determines the path for each installed package and indicates that it was Found by placing a green checkmark icon next to the path:. You do not need to install the NDK to develop Xamarin. You can expand a platform to see its components and which components are installed by clicking the arrow to the left of the platform. Click down arrow to unexpand the component listing for a platform.
To install only some components, click the box next to the platform once. Skip to main content. This browser is no longer supported. Download Microsoft Edge More info. Contents Exit focus mode.
Is this page helpful? Please rate your experience Yes No. Any additional feedback? Important Xamarin. Android Studio will let you know if any updates are mandatory, so you can mostly forget all about the SDK manager likewise, Android Studio itself will prompt you when it is ready for an update. Now you know how to start supporting the most recent versions of Android, once you graduate from beginner to status that is.
You may be wondering whether you can use the Android SDK on its own, or whether you would ever need to. The one use-case where this is convenient is if you ever find yourself needing to use a different Integrated Development Environment IDE , such as Unity instead of Android Studio.
The same goes for Android development using other tools like Xamarin. When you go through this process, just make a note of the path where the SDK is installed. Also read: Getting to know Android Studio and the files that make up your app. To install the JDK, just head over to this page at Oracle. These tools are platform-dependent and typically update only whena new SDK platform is made available, in order to support new features in the platform.
Thesetools are always backward compatible with older platforms, but you must be sure that you havethe latest version of these tools when you install a new SDK platform.
You need to download at least one platform into your environment, so thatyou will be able to compile your application and set up an Android VirtualDevice AVD to run it on in the emulator.
To start with, just download thelatest version of the platform. Later, if you plan to publish your application,you will want to download other platforms as well, so that you can test yourapplication on the full range of Android platform versions that your application supports. The Documentation component is useful because it lets you work offline andalso look up API reference information from inside Eclipse. The Samples components give you source code that you can use to learn aboutAndroid, load as a project and run, or reuse in your own app.
Note that multiplesamples components are available — one for each Android platform version. The Usb Driver component is needed only if you are developing on Windows andhave an Android-powered device on which you want to install your application fordebugging and testing. The Google APIs add-on gives your application access to the Maps externallibrary, which makes it easy to display and manipulate Maps data in yourapplication.
If you plan to publish your application, you will want to downloadadditional platforms corresponding to the Android platform versions on which youwant the application to run. The recommended approach is to compile yourapplication against the lowest version you want to support, but test it againsthigher versions that you intend the application to run on.
Contains add-ons to the Android SDK developmentenvironment, which let you develop against external libraries that are available on somedevices. To read the documentation, load thefile offline.
Contains platform-dependent development tools that may be updated with each platform release. The platform tools include the Android Debug Bridge adb as well as other tools that youdon't typically use directly. Contains a set of Android platform versions that you can developapplications against, each in a separate directory. Platform version directory, for example 'android'.
0コメント