views:

59

answers:

0

I'm trying to build LatinIME, but have a total of 35 build errors:

1x BackupHelperAgent cannot be resolved to a type
1x BackupManager cannot be resolved to a type
2x com.android.internal.R cannot be resolved

25x mScrollX cannot be resolved

1x SharedPreferencesBackupHelper cannot be resolved to a type
1x The constructor Vibrator() is not visible
3x The import android.backup cannot be resolved

1x The method getInstance(LatinIME) is undefined for the type InputMethodManager

The one that occurs 25x i have found this thread - http://groups.google.com/group/android-framework/browse_thread/thread/572303b9c8c7f021?fwc=1

But dont really understand the solution. If anyone has any pointers that would be great

Cheers

James