Guest User

Untitled

a guest
Aug 20th, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. Compiling module com.mygdx.game.GdxDefinition
  2. [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core' either directly or indirectly (most often by inheriting module 'com.google.gwt.user.User')
  3.  
  4. <?xml version="1.0" encoding="UTF-8"?>
  5. <!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit trunk//EN" "http://www.gwtproject.org/doctype/2.8.0/gwt-module.dtd">
  6. <module rename-to="html">
  7. <inherits name='com.badlogic.gdx.backends.gdx_backends_gwt' />
  8. <inherits name='com.badlogic.gdx.physics.box2d.box2d-gwt' />
  9. <inherits name='com.google.gwt.user.User'/>
  10. <inherits name='com.google.gwt.core.Core'/>
  11.  
  12. <inherits name='MyGdxGame' />
  13. <entry-point class='com.mygdx.game.client.HtmlLauncher' />
  14. <set-configuration-property name='xsiframe.failIfScriptTag' value='FALSE'/>
  15. <set-configuration-property name="gdx.assetpath" value="../android/assets" />
  16. </module>
  17.  
  18. <?xml version="1.0" encoding="UTF-8"?>
  19. <!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit trunk//EN" "http://www.gwtproject.org/doctype/2.8.0/gwt-module.dtd">
  20. <module>
  21. <inherits name='com.google.gwt.user.User'/>
  22. <inherits name="com.google.gwt.core.Core" />
  23. <source path="com/mygdx/game" />
  24. </module>
Add Comment
Please, Sign In to add comment