I'm a Chinese developer, forgive my poor English expression please.
How to create an Android runnable jar file(an SDK)?
I'm developing an SDK, and need to make it runnable in other projects. But the layout/Xml files are not accessible when referenced in other projects, as the ids are changing in R file. so I abort the xml and create all the views with code. Besides I put the resources(e.g. the Images) under assets file in order to read them. That's my current way to deal with adk development problems but not perfect.
Could anyone give me some valuable advice, clue or the steps to create sdk if you know?
I'm still using ECLIPSE now.