App crashes when trying to connect to Neura service [closed]

There are few things you can do :

  1. Clean and rebuild your project
  2. 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
  3. 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'
}

Leave a Comment