Can someone from clarify when it is necessary in ADT 22 to set a projects private libraries as exported? I am able to compile all my projects fine, but when I go to run them on the device, I am getting a number of class not found errors. The prevailing stack overflow wisdom currently is to just set every projects private libraries to exported, but I am wondering when it is actually necessary to do this. If it is for every project, shouldn't this just automatically be turned on?
--
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+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I have a project with one application and 15 library projects.I only had to set private libraries as exported for the application project and for those projects that have jars in their libs folder (meaning they reference other libraries).When I got it to work I tried removing the one for the application but then the app crashed and I put it back.So is it really necessary to set it for all projects?
CheersMagnus
--
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+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
22.0.1 should create the new container exported by default... That's weird you still had the issue. I'm doing some ADT fixes these days, I'll look into it.
--
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+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I'm planning on doing this, although I was only looking at checking the maven nature.Are there cases where the maven nature is applied bu there is no maven container (or it's there but not exported)?
--
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+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.