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
Based on the content of the shell script, I need to build TestApp.jar first. Is there a command to build it directly? I imported the project in Eclipse as an Android project but it fails to compile. One of the error I got is java.awt.Rectangle not found. It seems that this class does not exist for Android. And I cannot import the project as a Java Project. Eclipse does not recognize it.
Regards
The text was updated successfully, but these errors were encountered:
I have the exact same problem, the whole project is basically an Android project however there exist a dependency to java.awt.Rectangle which is not allowed in Android environment, can I switch it with the Rectangle defined in Android ?
Hi,
Based on the content of the shell script, I need to build TestApp.jar first. Is there a command to build it directly? I imported the project in Eclipse as an Android project but it fails to compile. One of the error I got is java.awt.Rectangle not found. It seems that this class does not exist for Android. And I cannot import the project as a Java Project. Eclipse does not recognize it.
Regards
The text was updated successfully, but these errors were encountered: