Re: Future of ADT

2014-07-04 Thread b0b
Eclipse + ADT  being slowly abandonned is worrying me.

I'm an happy Eclipse user. I don't want to switch to another IDE.
Eclipse + ADT has been extremely reliable for a long time now.

My somewhat complex project builds reasonnably fast with ADT. 
I don't even know if I could build it with gradle as some of the dex code 
is loaded dynamically
at runtime which is known to break (or not play nice) with building tools. 
I could workaround this with ADT, not sure I could with gradle.

And I use Eclipse for more than just Android developement (GWT, some C/C++ 
code, ...) and I don't want to run 2 IDEs.

Please, maintain ADT in a working state for future versions of Eclipse.



-- 
You received this message because you are subscribed to the Google Groups 
adt-dev group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adt-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


ADT bug: disabling export of Android Private Libraries is reeenable on eclipse restart

2014-05-04 Thread b0b
To build my project, I have to disable Android Private Libraries for some 
library Android projects that are dependecies of the main project.

I disable this by uncheking Android Private Libraries, in the libray 
project Java Build Path screen, then the Order and export tab.

It works fine except this setting doesn't stick across eclipse restarts (or 
reloading the library project) as if the ADT always
resetted it to always export the private libraries.

This is super unusual to have to disable Android Private Libraries, but 
it is related to my project having to deal with the 64K dex
limit and providing these libraries in a dex that is bundled in the APK and 
dynamically loaded. This is a bit similar as if these
private libraries had provided scope in maven parlance.

It would be nice if the resetting of this export could be fixed. If anyone 
can think of an easy workaround, please let me know!


-- 
You received this message because you are subscribed to the Google Groups 
adt-dev group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adt-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: IllegalArgumentException: dexMerger: method ID not in [0, 0xffff]: 65536

2014-01-19 Thread b0b
The dreaded 64K dex limit...
The reason I cannot add Google Analytics to my apps with its 7K functions.

64K shoud be enough for everyone

-- 
You received this message because you are subscribed to the Google Groups 
adt-dev group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adt-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.