You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Download r4
2. Try to compile the "additionnal" (sic) module against the the 1.1
Android SDK.
What is the expected output? What do you see instead?
Instead of a compiled JAR, the build fails with many errors about missing
classes, e.g. in
additionnal/src/org/apache/harmony/awt/datatransfer/DataProxy.java:
BufferedImage and SystemFlavorMap.
Original issue reported on code.google.com by david.black.co.at@gmail.com on 22 Oct 2009 at 7:11
The text was updated successfully, but these errors were encountered:
Works fine if builded as an .jar file using J2SE and included in a Android
Project
after that.
BufferedImage usage is disabled through config file (mailcap) but still remain
in code...
Original comment by thiel.al...@gmail.com on 2 Nov 2009 at 8:00
Original issue reported on code.google.com by
david.black.co.at@gmail.com
on 22 Oct 2009 at 7:11The text was updated successfully, but these errors were encountered: