Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugojosefson/maven-android-plugin-assets-dependency
Example of depending on something and having it end up in the assets directory.
https://github.com/hugojosefson/maven-android-plugin-assets-dependency
Last synced: about 1 month ago
JSON representation
Example of depending on something and having it end up in the assets directory.
- Host: GitHub
- URL: https://github.com/hugojosefson/maven-android-plugin-assets-dependency
- Owner: hugojosefson
- Created: 2009-08-16T13:32:22.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T09:35:28.000Z (over 4 years ago)
- Last Synced: 2024-09-17T01:24:20.773Z (4 months ago)
- Homepage: http://groups.google.com/group/maven-android-developers/browse_thread/thread/eab4aaefc531e3d3
- Size: 15.6 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
=========================================
assets-dependency
=========================================This is in regards to this thread on the Maven Android Developers mailinglist:
http://groups.google.com/group/maven-android-developers/browse_thread/thread/eab4aaefc531e3d3
"Apk missing dependent libraries"assets-dependency-asset - A jar which contains the asset(s).
assets-dependency-app - An Android application which depends on the asset.Build instructions:
mvn install