robotoworks / mechanoid

Eclipse plugin providing a set of DSL's for the rapid development of Android apps
58 stars 26 forks source link

debug/change source mini-howto #238

Closed hannesa2 closed 10 years ago

hannesa2 commented 10 years ago

Debug and change source with mechanoid.jar and mechanoid-sources.jar is not very practicable. Please can you provide some short words, how to debug/change mechanoid source without using mechanoid.jar and mechanoid-sources.jar I see it's not an android-lib, I guess this would be the best way to improve it.

fluxtah commented 10 years ago

Yes this is true, unfortunately this is something that needs to be looked at, it might be an idea to introduce robolectric based tests for this.

hannesa2 commented 10 years ago

Actually I created a lib-project and linked ./libs/mechanoid/src/main/java/ as source-folder. To edit at least the non-generated part. In AndroidManifest.xml

<uses-sdk
    android:minSdkVersion="15"
    android:targetSdkVersion="17" />

prevents from general use for everyone. I have to do this because of Manifest merge-issue of several lib's

hannesa2 commented 10 years ago

Are you interested/Make it sense in a pull request for this android-lib project ?