Global Toolkit Update

Just recently, Google updated all the main development tools for the Android platform:
- Android SDK
- ADT plugin for Eclipse
- NDK
- Android 4.0.3 platform
So, in order:
Android SDKInnovations in r16:
- Lint-panel - a kind of Error Log, sharpened for Android
- G-sensor`a support on a real device (that is, we are turning the device real, actions take place in the emulator)
- Android camera emulation support using WebCam on Mac OS X
- Fixed system snapshots in Android 4.0
- Fixed a couple of minor bugs ( tyts , tyts , tyts and tyts )
')
ADT plugin for EclipseADT has already been updated twice already:
ADT 16.0.0:
- Changes due to r16 SDK
- Lint panel support
ADT 16.0.1:
- Correction of errors in Lint and SDK Manager
- Fixed generation of 9-patch images
NDKInnovations a lot, you can read
hereAndroid 4.0.3 platformWell here and everything is clear
Source: https://habr.com/ru/post/134853/
All Articles