Android Question IME Library - Not working on Android 9 ?

wyatt420

Member
Licensed User
Longtime User
i think you need to update the sdkversion in manifest editor.
when i run that example on my s10+ i get "this app was built for an older version of android and may not work properly".

update to android:targetSdkVersion="26" and it works fine
 
Upvote 0
Top