I tired to run Sony SmallAppSample (Smartwatch2) from eclipse. It works fine on emulator but when I try to deploy on device it fails with error:
12-22 15:50:37.248: E/PackageManager(761): Package com.sony.nfx.app.smallappsample requires unavailable shared library com.sony.smallapp.framework; failing!
I made sure in project properties, in "Java build path", "Order and export" tab, "Sony add-on SDK 2.1" is selected.
Any ideas how to include shared library/ fix the problem?