Canan

Hi, I'm Canan

Oups ...

Never forget impossible is possible

:(


Your PC ran into a problem and needs to restart.
We're just collecting some error info, and then we'll restart for you.


0% complete



QR Code

For more information about this issue and possible fixes, visit
https://www.windows.com/stopcode

If you call a support person, give them this info:
Stop code: SYSTEM_SERVICE_EXCEPTION

Keyboard blocked on text white

Keyboard blocked on text white

Unity




Steps

  1. Go in your Plugins/Android folder, you may have an Android Manifest file
  2. Open it, there you should see the <application> section at the 3rd or 4th line
  3. It should look a lot like this &lt;application android:icon="@drawable/app_icon" android:label="@string/app_name" android:debuggable="false">
  4. Just add the following line before the ">"
  5. android:theme="@style/UnityThemeSelector"
  6. And it will solve the problem