Hello,
I’ve been using the Android samples to evaluate this board; cc6imx6sbc. Android 8.0 from:
ftp://ftp1.digi.com/support/android/8.0/r1/82004313_A.zip.
Tried running the ADC sample from: https://github.com/digi-embedded but getting this run time exception…
…E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.digi.android.sample.adc, PID: 1623
java.lang.NoSuchMethodError: No virtual method getADCChips()Ljava/util/List; in class Lcom/digi/android/adc/ADCManager; or its super classes (declaration of ‘com.digi.android.adc.ADCManager’ appears in /system/framework/com.digi.android.jar)
at com.digi.android.sample.adc.ADCSampleApp.onCreate(ADCSampleApp.java:144)
at android.app.Activity.performCreate(Activity.java:6975)
It builds fine, starts, but then crashes so, I’m guessing I’m missing something from the SDK or the image.
Has anyone run into this exception? I’m using Android Studio 4.1.2…
Thanks,
Gus