NlptechProduct / Android-Keyboard

Android Keyboard with 180+ dictionaries. Support swipe input (sliding input), Emoji keyboard, AI predictions, dictionaries downloading, and keyboard themes.
Apache License 2.0
199 stars 75 forks source link

Classes not found #60

Closed zainriaz closed 5 years ago

zainriaz commented 5 years ago

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"

kote6363 commented 5 years ago

Which zengine edition is in build.gradle of your project?

zainriaz commented 5 years ago

My project using implementation "com.nlptech.zengine:keyboardkernel:1.1.0" in build.gradle.

kote6363 commented 5 years ago

Please clean project and sync again,Maybe there is something wrong with downloading zengine.

NlptechProduct commented 5 years ago

@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.

NlptechProduct commented 5 years ago

This issue is solved in the latest version.