Skip to content

An Android Studio plugin designed to facilitate importing assets into your Android project in an easy and painless manner. No more copy and pasting!

License

Notifications You must be signed in to change notification settings

david-serrano/AndroidAssetImporter

Repository files navigation

AndroidAssetImporter

An Android Studio plugin designed to facilitate importing assets into your Android project in an easy and painless manner. No more copy and pasting!

Usage

  • 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)

IMPORTANT

  • 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.

License

This project is licensed under the terms of the [Apache 2.0 License] (https://github.com/davy307/AndroidAssetImporter/blob/master/LICENSE.md)

Screenshots

  • Welcome Dialog:

Welcome dialog

  • Main Screen:

Main Screen

  • Extension Selection:

Extension Selection

  • Compliance Checking:

Compliance Checking

  • Sequential Multiple Imports:

Sequential Multiple Imports

About

An Android Studio plugin designed to facilitate importing assets into your Android project in an easy and painless manner. No more copy and pasting!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages