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
197 stars 75 forks source link

importing 'android-keyboard' gradle project takes forever #180

Open Artm1ss opened 4 years ago

Artm1ss commented 4 years ago

hey guys thank you for built and improving this beautiful keyboard,

but every time i open Android-keyboard project in android studio it try to importing gradle project that take forever and never finished successfully so please guide me to find out how to use your beautiful project.

Importing 'Android-Keyboard' Gradle project Gradle: Download keyboardkernel-1.3.14.pom

at the end: build.gradle: DSL element 'android.dataBinding.enabled' is obsolete and has been replaced with 'android.buildFeatures.dataBinding'. It will be removed in version 5.0 of the Android Gradle plugin. Affected Modules: app

Unable to resolve dependency for ':app@debugAndroidTest/compileClasspath': Could not resolve com.nlptech.zengine:keyboardkernel:1.3.14. Show Details Affected Modules: app

Unable to resolve dependency for ':app@debugUnitTest/compileClasspath': Could not resolve com.nlptech.zengine:keyboardkernel:1.3.14. Show Details Affected Modules: app

Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.nlptech.zengine:keyboardkernel:1.3.14. Show Details Affected Modules: app

thank you for your attention best regards

ghanimkhan commented 3 years ago

replace classpath 'com.android.tools.build:gradle:4.1.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.10"

tariqzia7523 commented 3 years ago

Hy there I have used latest classpath but issue still remains. This lib takes forever to build. Kindly tell me how can I use this.

tariqzia7523 commented 3 years ago

@ghanimkhan
classpath 'com.android.tools.build:gradle:4.2.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.5.30" I am using this. but still not working.