"no Keyboard For Id 0"?
I am new in Android app. development, now I have encountered a strange problem with the Menu button. Here is the thing: I have two activities, 'ActivityOne' and 'ActivityTwo', wher
Solution 1:
The "no keyboard for id 0" doesn't mean anything.
Now, have you defined onCreateOptionsMenu
in both activities? If not, do it.
Also, use onOptionsItemSelected
instead of onMenuItemSelected
.
Post a Comment for ""no Keyboard For Id 0"?"