ここにリストされているプロジェクトをインポートして実行しようとしています:
まず、zip ファイルをダウンロードし、それを Eclipse にインポートします。ここから、次の 3 つのエラーが発生します (不適切な Android バージョンに関連する他のエラーを解決した後)。
Description Resource Path Location Type
Unbound classpath variable: 'M2_REPO/junit/junit/4.5/junit-4.5.jar' in project 'game-test-desktop' game-test-desktop Build path Build Path Problem
Description Resource Path Location Type
Unbound classpath variable: 'M2_REPO/junit/junit/4.5/junit-4.5.jar' in project 'netthreads-libgdx' netthreads-libgdx Build path Build Path Problem
Description Resource Path Location Type
Unbound classpath variable: 'M2_REPO/log4j/log4j/1.2.16/log4j-1.2.16.jar' in project 'netthreads-libgdx' netthreads-libgdx Build path Build Path Problem
問題を解決する方法を知っている人はいますか?このjunitをEclipseのJDTに含める必要があることに気付きましたが、エラーを変更せずにインストールしました。ありがとう。