I've been looking into this issue some more and still cannot find out how 
to fix it.
But one thing is for sure, the libraries for my app (which are in the 
'libs' directory) are not included in the ant-build for testing.
Here are two screenshots of a decompile.
The first screenshot shows you a decompile of the application that I 
manually build using my IDE. You can see that it includes my libraries 
(Roboguice for example)

<https://lh3.googleusercontent.com/-Lz-4MOMEchs/T36KvVLLkUI/AAAAAAAAAaA/cxHWXwvIxjs/s1600/decompile_manual_build.png>

On the second screenshot you can see a decompile of the APK that Ant 
generated during the test-build:

<https://lh5.googleusercontent.com/-QeLmmkdDpgA/T36K6CXSTSI/AAAAAAAAAaM/M5fOIBLq-jU/s1600/decompile_ant_build.png>

That one does not contain the libraries (no Roboguice for example) that I 
need for the app, only some testing libraries...

But the libraries are in the 'libs' directory so what else can I do to 
enforce them to be taken into account?

Also when I do a release with Ant and I decompile the generated APK file 
the result is the same in the first screenshot (so included the 
libraries...!)


I'm desperate on this one ;) Please someone...

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to