Closed da1nerd closed 9 years ago
Toshiba 8" release: https://github.com/unfoldingWord-dev/translationKeyboard/releases/tag/2.1.0-beta5 Android 4.4.2 model: AT7-C
This app isn't compatible with your tablet
We had a similar issue with ts-android which ended up being a result of using the apache.commons library. See this commit https://github.com/unfoldingWord-dev/ts-android/commit/d50b6c6622f6e8de4ad817773de496c07579457b.
apache.commons
In order to fix this I had to manually download the .jar file and include it in the libs dir:
You can download the library here: https://commons.apache.org/proper/commons-io/download_io.cgi
Not saying this is the issue, but if it is that's all the info you should need to fix it.
we are hoping release https://github.com/unfoldingWord-dev/translationKeyboard/releases/tag/2.1.0-beta6 fixes this issue.
Let me know.
Should be fixed now, re-open if it's still an issue.
Device
Toshiba 8" release: https://github.com/unfoldingWord-dev/translationKeyboard/releases/tag/2.1.0-beta5 Android 4.4.2 model: AT7-C
Description
This app isn't compatible with your tablet
We had a similar issue with ts-android which ended up being a result of using the
apache.commons
library. See this commit https://github.com/unfoldingWord-dev/ts-android/commit/d50b6c6622f6e8de4ad817773de496c07579457b.In order to fix this I had to manually download the .jar file and include it in the libs dir:
You can download the library here: https://commons.apache.org/proper/commons-io/download_io.cgi
Not saying this is the issue, but if it is that's all the info you should need to fix it.