Developer Tools is a utility app for Android developers.
You can install the app from Play Store at https://play.google.com/store/apps/details?id=com.roysolberg.android.developertools.
If you want to download the APK outside Play Store you can find all releases in the misc/release directory.
If you want to download the APK outside Play Store for Android from version 2.3.3 to version 3.2 please pick the APK with version 2.0.8 or earlier in the the misc/release directory. Later versions will not run on those devices.
If you want to download the APK outside Play Store for Android before version 2.3.3 please pick the version 1 APK in the the misc/release directory. The version 2 will not run on those devices.
This app was originally just created for myself to make some development tasks a bit easier. I've released it to the app store hoping that someone else might find it useful too. Using this app you can see which resource qualifiers that are being used, which system features that are available, and see details about the display and its sizes.
Also I wanted to create an app where everything I needed was just one click away. The full list of features:
See resource qualifiers in use
See available system features
See screen dimensions in dp, pt, in, sp, px, mm
Start Dalvik Explorer (3rd party app)
Start aLogcat (3rd party app for viewing logcat)
Start ManifestViewer (3rd party app for viewing AndroidManifest.xml ++)
Go directly to the Android 4.3's permission manager (App Ops)
Go directly to the device's developer settings
Go directly to the list of installed applications
Developer Tools works for Android 1.5 and up (though the version 2.0 here on github currently only supports API level 10+). The app doesn't need any permissions to run.
Please give me a word if there's something you'd like to see included in this app. :)
A change log is included in the project.
Please report any bugs to me. If the app are to crash, please submit a bug report to Play Store as I don't have INTERNET (or any other) permissions and therefore can't use any third party tools to get crash reports and stack traces.