I'm trying to build an Android project that depends on Sony Add-on SDK, so I installed Sony Add-on SDK 3.0 for Android 4.4.2 (API19):
The project's .properties is set to target API19:
# Project target.
target=android-19
But I still get an error on this line, saying it can't find com.sonymobile:
import com.sonymobile.camera.addon.capturingmode.CapturingModeSelector;
The error text is:
The import com.sonymobile cannot be resolved
But I have installed Sony Add-on SDK 3.0 for the correct API version, so what gives?