1. The following line is wrong:
compile project(':tess-two')
It should be:
compile 'com.rmtheis:tess-two:8.0.0'
2. I think the following line should be removed:
2.4 Edit your-project/platforms/android/cordova/lib/build.js file that generates settings.gradle file:
1. The following line is wrong: compile project(':tess-two') It should be: compile 'com.rmtheis:tess-two:8.0.0'
2. I think the following line should be removed: 2.4 Edit your-project/platforms/android/cordova/lib/build.js file that generates settings.gradle file: