tags:

views:

29

answers:

1

After entering some symbols in EditText of application on actual device, not Android Virtual Device, cursor became less and less precise. After I fill almost whole EditView's line, the the cursor is shifted by the width of the character! Impossible to figure out real position of cursor...

How can I resolve this?

A: 

In my case, the problem came from not defining API requirement.

Detailed information about API levels and specifying ones, required by app, you can find here: http://developer.android.com/guide/appendix/api-levels.html

furikuretsu