Autocompletion is not working in Android Studio. How do I fix it?
Asked
Active
Viewed 68 times
-1
-
show me some of your code and your error log in logcat – Randyka Yudhistira Mar 15 '15 at 01:39
-
maybe http://stackoverflow.com/questions/18370599/android-studio-auto-complete-and-other-features-not-working will help you – joao2fast4u Mar 15 '15 at 02:38
1 Answers
0
don't forget to set
android:imeOptions="actionNext"
in AutoCompleteTextView in xml

Slonorib
- 79
- 2
- 11