watson-developer-cloud / speech-android-sdk

DEPRECATED - Please use https://github.com/watson-developer-cloud/android-sdk
Apache License 2.0
67 stars 53 forks source link

The SDK failed to run on Emulator #10

Closed albhardy closed 8 years ago

albhardy commented 8 years ago

I encountered INSTALL_FAILED_NO_MATCHING_ABI error when running the app on Windows Android Studio Emulator but working fine when deployed on actual mobile device. My guess it is because the SDK only provide armeabi but not x86? Anyone manage to run the SDK on emulator?

albhardy commented 8 years ago

Resolved by installing armeabi-v7a emulator on Android Studio.