Monday, July 18, 2011

[android-developers] Using assets / permissions from library projects

I am currently working on an application that is packaged as an
android library, the library contains some source files as well as
some binaries delivered in the assets folder, additionally some
permissions are required to run the library.

Currently developers must create their own project and import as an
android library to use the project, developers then need to manually
copy the assets from the library into their own project as well as
manually copy the permissions. This mostly works well however it is
very easy for developers to not add the correct permissions or also
commonly the binaries are updated within the library project and those
updates are not reflected in the copied assets.

Is there any easy way for me to provide to developers to merge the
permissions and assets together, or any plans for new SDK's to do so
automatically?

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment