rmtheis / tess-two

Fork of Tesseract Tools for Android
Apache License 2.0
3.76k stars 1.38k forks source link

Tests doesn't work on devices without sdcard #171

Closed andrzejressel closed 8 years ago

andrzejressel commented 8 years ago

Phones without sdcard doesn't have /mnt/sdcard mounted (we should use /sdcard).

rmtheis commented 8 years ago

Good idea, that sounds reasonable if that works on more devices. The prepareTests setup scripts will need to be updated too.