There are few things you can do :
- Clean and rebuild your project
- Contact intel support for this issue (even though you’re using library that uses intel sdk and it’s not actual your issue.
intel idk forum - Check your main gradle definitions – intel sdk can only work with gradle 1.3.1 and below, known error.
your classpath should be :
dependencies {
classpath 'com.android.tools.build:gradle:1.3.1'
}
solved App crashes when trying to connect to Neura service [closed]