I'm developin with the google's add-on package com.android.future.usb to communicate with a USB accessory on Android 2.3.5 the app is designed to run specifically on Samsung Galaxy y , My problem is that the phone is refusing to install the app, i added the uses-library tag in the .xml, i went through the tutorial on develop.android.com...
IS there a way to get past this error,missing_shared_library, from my understanding it means that the phone doesn't include this shared library specifically, and since the added external jar file from the google add on lib to my project wouldn't be included in the .apk file that's going to be installed on the Android device, Is there any way to communicate with USB on that device ?!!!...