I'm trying to build my app ready for release but keep hitting the dreaded 
Dalvik error 1, and can't figure out why. I was hoping people here would be 
able to diagnose my problem!

My app uses lots of libraries sort of daisy-chained into each other because 
some are dependent on others, and it looks like this. I don't know if this 
is the correct way to do this because I can't find sufficient documentation 
on it:
Library A is referenced in Library B, which is referenced in Library C, 
which is referenced in my app.

Furthermore, I only get this error when using ProGuard; commenting the 
proguard line in the project.properties makes the app build correctly. 
Setting the console output to verbose seemingly gives nothing of value, the 
final few lines are:
<lots of stuff about "new resources">
[2012-01-04 20:05:12 - FormulaePro]   Writing symbols for class R.
[2012-01-04 20:05:12 - FormulaePro]   Writing symbols for class R.
[2012-01-04 20:05:12 - FormulaePro]   Writing symbols for class R.
[2012-01-04 20:05:12 - FormulaePro]   Writing symbols for class R.
[2012-01-04 20:05:14 - FormulaePro] Starting full Package build.
[2012-01-04 20:05:14 - FormulaePro] Skipping over Post Compiler.

I've cleaned the project, removed all things on the build path but Android 
x.x, fixed project properties, updated ProGuard (to 4.7) and everything, 
but I still can't get it to work. Please help!!

-- 
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