Hey! There seems to be something wrong with external libs not making it into the .dex files in r8 if you build via ant.
I have an external lib sitting in the libs folder which is not included into the .dex file by the dex-helper macro. If I look at the main_rules.xml I see that it looks like it was just forgotten? The reference to the path of the external libs just vanished between r7 and r8 of the SDK. The app will build but then crash during runtime because of the missing libs. Looks like a (at least for me) serious bug in the SDK. I added the path back via <path refid="jar.libs.ref" /> and now everything is working. -- Andreas -- 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

