[Solved] How to make reliase without error? [duplicate]


It appears you are using the Apache Harmony library, which utilizes Java AWT. The java.awt package is not part of Android. You cannot use code or libraries which depend on the java.awt package.

Warning:org.apache.harmony.awt.datatransfer.DataProxy.
can't find superclass or interface java.awt.datatransfer.Transferable

See also:

How to add java.awt.image package in Android

Using awt with android

Porting AWT graphics code to Android

5

solved How to make reliase without error? [duplicate]