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 [email protected]. For more options, visit https://groups.google.com/d/optout.
