Closed zainriaz closed 5 years ago
Which zengine edition is in build.gradle of your project?
My project using implementation "com.nlptech.zengine:keyboardkernel:1.1.0" in build.gradle.
Please clean project and sync again,Maybe there is something wrong with downloading zengine.
@zainriaz If you are using command line to build the project, please use Gradle Wrapper. A higher version of local gradle may cause build failed on some occasion.
This issue is solved in the latest version.
The below classes package not found in project
import com.nlptech.common.constant.Constants; import com.nlptech.inputmethod.latin.SuggestedWords; import com.nlptech.inputmethod.latin.utils.TypefaceUtils;
with zengine edition implementation "com.nlptech.zengine:keyboardkernel:1.1.0"