ppmk / and-bible

Automatically exported from code.google.com/p/and-bible
0 stars 0 forks source link

Adjust framework to work with IDEA #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
That's all fine Martin, I can get IDEA to work as well, without the changes I 
suggested in another email.  However, a person cannot do ant builds properly 
without making those changes.  If you make the changes, it should still work 
with eclipse, but you'll have more people like myself wanting to contribute.  I 
don't do development unless I can build and what not on the command line.  I 
just don't trust GUIs to do things properly, as they are usually black boxes.

If you're really weary of doing this, I'm willing to do the work myself, to 
make sure it works with eclipse and ant, before committing.

Anyhow, here's those things that will make it work....

Okay, here's the deal

If you
1. move "jar" to "libs"
2. remove or move jsword-all-tweaked-src.jar
- Hide quoted text -

3. do not have an emulator AND a device connected (if you have both, it can't 
select which one it should install to I think, haven't tried though)

ant building can work out of the box like so...

android update project -t android-8 -p ./
ant install # reinstalls without loosing preferences.

If using android 2.2, and you need it on the sd card, because your phone 
doesn't have much phone space, just go...
ant debug
adb install -r -s bin/BibleApplication-debug.apk

-r = reinstall, keeping old preferences
-s = install on sd if using android 2.2

That's all there is to it.

Original issue reported on code.google.com by mjden...@gmail.com on 1 Dec 2010 at 1:05

GoogleCodeExporter commented 9 years ago

Original comment by mjden...@gmail.com on 14 Dec 2010 at 12:31