私は Android の世界に慣れていないので、OpenCV ライブラリを使用します。source-forge からOpencv4Android-SDKをダウンロードし、このチュートリアルを使用してパッケージ エクスプローラーを使用して Eclipse にインポートしようとしました。すべて問題ありませんでしたが、次のエラーが発生しました。
Unable to resolve target 'android-9' OpenCV Library - 2.4.2 Unknown Android Target Problem
The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files Video.java /OpenCV Library - 2.4.2/src/org/opencv/video line 1 Java Problem
The project cannot be built until build path errors are resolved OpenCV Sample - 15-puzzle Unknown Java Problem
The container 'Android Dependencies' references non existing library 'C:\andcv\OpenCV-2.4.2-android-sdk\sdk\java\bin\opencv library - 2.4.2.jar' OpenCV Sample - 15-puzzle Build path Build Path Problem
Unable to resolve target 'android-11' OpenCV Sample - 15-puzzle Unknown Android Target Problem
The project was not built since its build path is incomplete. Cannot find the class file for java.lang.Object. Fix the build path then try building this project OpenCV Library - 2.4.2 Unknown Java Problem
必須の Android SDK コンポーネントと、ADT が組み込まれたバージョンの Eclipse IDE を含む最新の Android SDK を使用しています。
このエラーを修正するにはどうすればよいですか? ありがとう。