Test device: GSM galaxy nexus 4.2 (tested with both built in keyboard and swiftkey 3)
In my app I create a dialog to prompt the user for input. The dialog displays an Ed
Just add this property to your edittext and your problem will definitely be resolved
android:inputType="textNoSuggestions"
Add the above property to each of your edit text used in the application, or simply where you get the error in that edit text only.