How to convert android library project with resources to jar? -


hi had created android library project. want distribute library others without showing code. tried converting jar. not working because used resources in library project. there method convert library project resources jar file ?? or how can hide java code in project ??? please me examples, in advance :)

first create jar project , create new project , add resources project put jar in libs folder of new project. leave manifest file is.

you can see example in google_play_service_lib in folder in sdk.


Comments

Popular posts from this blog

python 3.x - Mapping specific letters onto a list of words -

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -