What's new in this version: Android SDK 24.4.1 Dependencies: - Android SDK Platform-tools revision 23 or later.
General Notes: - Fixed a problem where the emulator title bar was hidden off screen. - Enabled the emulator to resize the user data partition by including e2fsprogs binaries. - Fixed a regression on the 32-bit Windows OS where the emulator fails to boot Android 6.0 (API level 23) through Android 5.0 (API level 21) system images.
Android SDK 24.3.4 General Notes: - Added support for Android 6.0 (API level 23) platform.
Emulator: - Improved emulator performance on multi-core Windows desktops. (Issue 101040) - Added support for GPU emulation on Windows and Linux platforms using the -gpu mesa command line option. - Enabled support for running emulators with GPU emulation through remote desktop services, including Chrome Remote Desktop, Windows Terminal Services, and NoMachine. - Added support for emulators with 280 dpi and 360 dpi screen resolutions. - Improved support for GLES 2.0 extensions. - Fixed several issues with GPU emulation support. - Added support for setting the storage size on emulators using Android 4.4 (API level 19) and higher. (Issue 75141) - Fixed problem with sending long SMS messages between emulators. (Issue 3539) - Fixed issue with emulator getting incorrect time from location objects. (Issue 27272) - Added handling for unusual characters in paths and file names when starting emulators. (Issue 35889)
Android SDK 24.0.1 Dependencies: - Android SDK Platform-tools revision 19 or later. General Notes: - Fixed issue with creating projects and activities from templates using Eclipse ADT.
Android SDK 24.0.1 Dependencies: - Android SDK Platform-tools revision 19 or later. General Notes: - Fixed Java detection issue on 32-bit Windows systems.
Android SDK 24.0 Dependencies: - Android SDK Platform-tools revision 19 or later.
General Notes: - Added support for Andriod Studio 1.0 and emulator enhancements.
Android SDK 23.0.2 Dependencies: - Android SDK Platform-tools revision 19 or later. - If you are developing in Eclipse with ADT, note that this version of SDK Tools is designed for use with ADT 23.0.2 and later. If you haven't already, update your ADT Plugin to 23.0.2. - If you are developing outside Eclipse, you must have Apache Ant 1.8 or later.
General Notes: - Added ProGuard .bat files that were missing. - Added the proguard-android.txt file that was missing. - Renamed the lombok-ast-0.2.2.jar file to lombok-ast.jar, which should allow running lint from the command line
Android SDK 23.0 Dependencies: - Android SDK Platform-tools revision 19 or later. - If you are developing in Eclipse with ADT, note that this version of SDK Tools is designed for use with ADT 23.0.0 and later. If you haven't already, update your ADT Plugin to 23.0.0. - If you are developing outside Eclipse, you must have Apache Ant 1.8 or later.
General Notes: - Added the Android Wear tools and system images.
Android SDK 22.6.4 Dependencies: - Android SDK Platform-tools revision 18 or later. - If you are developing in Eclipse with ADT, note that this version of SDK Tools is designed for use with ADT 22.6.3 and later. If you haven't already, update your ADT Plugin to 22.6.3. - If you are developing outside Eclipse, you must have Apache Ant 1.8 or later.
General Notes: - Fixed an issue with the x86 emulator that caused Google Maps to crash. (Issue 69385) - Fixed minor OpenGL issues.
Android SDK 22.6.3 Dependencies: - Android SDK Platform-tools revision 18 or later. - If you are developing in Eclipse with ADT, note that this version of SDK Tools is designed for use with ADT 22.6.3 and later. If you haven't already, update your ADT Plugin to 22.6.3. - If you are developing outside Eclipse, you must have Apache Ant 1.8 or later.
General Notes: - Fixed a problem where the AVD manager allowed creating Android Wear virtual devices with a target API Level lower than 19. - Fixed the description of Android Wear system images in the SDK Manager.
Android SDK 22.6.2 Dependencies: - Android SDK Platform-tools revision 18 or later. - If you are developing in Eclipse with ADT, note that this version of SDK Tools is designed for use with ADT 22.6.2 and later. If you haven't already, update your ADT Plugin to 22.6.2. - If you are developing outside Eclipse, you must have Apache Ant 1.8 or later.
General Notes: - Fixed a problem where the SDK Manager threw a NullPointerException after removing a virtual device that was created using the Android Wear system image. (Issue 67588) - Fixed a problem with Nexus 5 Android virtual devices created from the command line where the SD card file system was read-only.
Android SDK 22.6.1 Dependencies: - Android SDK Platform-tools revision 18 or later. - If you are developing in Eclipse with ADT, note that this version of SDK Tools is designed for use with ADT 22.6.1 and later. If you haven't already, update your ADT Plugin to 22.6.1. - If you are developing outside Eclipse, you must have Apache Ant 1.8 or later.
General Notes: - Fixed a problem where the Android Virtual Device Manager could not create new virtual devices. (Issue 66661) - Fixed a problem with virtual devices created using ADT 22.3 or earlier. - If you created an Android Virtual Device using ADT 22.3 or earlier, the AVD may be listed as broken in the AVD Manager in 22.6.1. To fix this problem, select the virtual device on the AVD Manager and click Repair. - Fixed a problem with the command line tools when creating virtual devices. (Issue 66740) - Fixed a problem with the command line lint script.
Android SDK 22.6 Dependencies: - Android SDK Platform-tools revision 18 or later. - If you are developing in Eclipse with ADT, note that this version of SDK Tools is designed for use with ADT 22.6.0 and later. If you haven't already, update your ADT Plugin to 22.6.0. - If you are developing outside Eclipse, you must have Apache Ant 1.8 or later.
General Notes: - The command line lint script (toolslint.bat on Windows platforms, tools/lint on other platforms) and the lint target on ant builds fail with the following error - Exception in thread "main" java.lang.NoClassDefFoundError: lombok/ast/AstVisitor - As a temporary workaround, rename the file toolsliblombok-ast-0.2.2.jar to toolsliblombok-ast.jar. We will release an updated version of the tools with a fix for this issue as soon as possible. - Added support for Java 7 language features like multi-catch, try-with-resources, and the diamond operator. These features require version 19 or higher of the Build Tools. Try-with-resources requires minSdkVersion 19; the rest of the new language features require minSdkVersion 8 or higher. - Added new lint checks
Security: - Look for code potentially affected by a SecureRandom vulnerability. - Check that calls to checkPermission use the return value. - Check that production builds do not use mock location providers. - Look for manifest values that are overwritten by values from Gradle build scripts. - Fixed a number of minor issues in the SDK and build system.
Emulator - Fixed a problem with the emulator shutting down immediately for Android 1.5 on the Nexus One and Nexus S devices. (Issue 64945) - Fixed a problem with port numbers longer than four digits. (Issue 60024) - Fixed battery errors for the Nexus One and Nexus S devices. (Issue 39959) - Fixed a problem with paths or arguments that contain spaces on Windows platforms. (Issue 18317) - Fixed a problem with long path values on Windows platforms. (Issue 33336) - Fixed a problem with the -snapshot-list command line option on 64-bit systems. (Issue 34233) - Fixed an issue with RenderScript support. Using RenderScript support mode now requires version 19.0.3 of the Build Tools.
Android SDK 22.3 - Added support for Android 4.4 (API level 19). - Fixed a number of minor bugs in the SDK and build system.
-
Android SDK 24.4.1 相關參考資料
-
Android SDK 24.4.1 pour Mac - Télécharger
Télécharger Android SDK 24.4.1. Un ensemble de développement logiciel pour Android. Android SDK est un ensemble de développement pour Android, le système d'exploitation open code basé sur Linux po...
https://android-sdk.fr.uptodow
-
Android SDK 24.4.1 для Mac - Скачать
Скачать Android SDK 24.4.1. Инструмент разработки приложений для Android. Android SDK – это инструмент разработки программного обеспечения для Android, операционная система для мобильных устройств на ...
https://android-sdk.ru.uptodow
-
Android SDK 24.4.1 لـ Mac - تنزيل
تنزيل Android SDK 24.4.1. أداة لتطوير تطبيقات الأندرويد. يقدم إليك Google هذا التطبيق الرسمي والمجاني، وهو متخصص في تطوير التطبيقات على الأنظمة الأندرويد، حيث يتضمن عدة مشغلات، وأدوات وغيرها من الموار...
https://android-sdk.ar.uptodow
-
How to install the Android SDK on Windows, Mac and Linux | Android ...
If you want to use the Android SDK command line tools and have your computer " talk" to your phone, here is how to get started.
https://www.androidcentral.com
|