Html プロジェクトを開始しようとしていますが、いくつかの問題に直面しています。デスクトップ プロジェクトと Android プロジェクトはうまく機能します。問題は、インポートされていないライブラリなどとして使用している他のプロジェクトがあることです。
[ERROR] [com.mobilecostudios.walkingskeleton.GwtDefinition] - Errors in 'file:/C:/Users/chelo/Documents/mobilecostudios-libgdx/trunk/walkingskeleton/WalkingSkeleton/src/com/mobilecostudios/walkingskeleton/GameLoop.java'
[ERROR] [com.mobilecostudios.walkingskeleton.GwtDefinition] - Line 21: No source code is available for type com.mobilecostudios.gamelibrary.Domain.BaseSprite; did you forget to inherit a required module?
私のプロジェクト階層は次のとおりです。
- ゲーム開発ライブラリ
- ウォーキングスケルトン
- WalkingSkeleton-html
私の gwt.xml は次のとおりです。
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit trunk//EN" "http://google-web-toolkit.googlecode.com/svn/trunk/distro-source/core/src/gwt-module.dtd">
<module>
<inherits name='com.badlogic.gdx.backends.gdx_backends_gwt' />
<inherits name='GameLoop' />
<entry-point class='com.mobilecostudios.walkingskeleton.client.GwtLauncher' />
<set-configuration-property name="gdx.assetpath" value="../WalkingSkeleton-android/assets" />
</module>
私はすでにプロジェクトをビルドパスに追加しました。他に何が欠けていますか?
ビルド パス