I would like to change java.awt.Point to some similar classes that can replace this. This is a really hard problem for me, because Dalvik VM can’t resolve AWT classes, but the given java algorithm uses it. Exact error message:
[quote]Point cannot be resolved to a type
[/quote]
I have also tried to import classes from java.util without success.