An Android Studio plugin designed to facilitate importing assets into your Android project in an easy and painless manner. No more copy and pasting!
- Find out more from the Intellij Plugin Repo
- Select an Android Project top level folder
- Select a folder with appropriate assets, following the agreed naming convention.
- Rename your asset.
- Select densities from list of available ones.
- Import! (if folders don't exist they will be created automatically)
- If you're getting a PluginException in your IDE when first trying to run the plugin, please make sure that you are running against some version of JDK 1.8.
- Steps for this are:
- Download the latest JDK version and install it.
- Edit your JAVA_HOME environment variable for Windows or as appropriate for other OS's to point at the new JDK directory.
- Restart the IDE.
This project is licensed under the terms of the [Apache 2.0 License] (https://github.com/davy307/AndroidAssetImporter/blob/master/LICENSE.md)
- Welcome Dialog:
- Main Screen:
- Extension Selection:
- Compliance Checking:
- Sequential Multiple Imports:




