am trying to run the example of an ocr android project i downloaded from internet… it says in imports
import microsoft.hawaii.sampleappbase.HawaiiBaseApplication;
which is the package in another android project added to my eclipse work space.. how do i make this work? another thing is that in the properties of the project it has been mentioned android-16! and it says unable to resolve target “android-16” until the sdk is loaded!
package microsoft.hawaii.sampleapp.ocrservice;
import microsoft.hawaii.sampleappbase.HawaiiBaseApplication;
/**
*
*/
public class OcrApplication extends HawaiiBaseApplication {
/**
* Gets current authentication type
*
* @return AuthenticationType
*/
@Override
public AuthenticationType getAuthType() {
return AuthenticationType.GUID;
}
}
Add the JAR to your project’s
libs/directory.Download the Android 4.1.2 SDK Platform from your SDK Manager (see highlighted line in following screenshot):