Android Question LibGDX example error (project attached)

Beja

Expert
Licensed User
Longtime User
Hi,
Trying to compile the attached project example, I got the following compile error.. any explanation appreciated.

B4A version 4.30
Parsing code. 0.03
Compiling code. Error
Error compiling program.
Error description: Missing parameter.
Occurred on line: 24
lGdx.Initialize("LG")
Word: )
 

Attachments

  • LibGDXTemplate.zip
    11.2 KB · Views: 100

Beja

Expert
Licensed User
Longtime User
The same error is for all the templates and examples.. am I using old LibGDX library?
B4A 4.30
 
Upvote 0

Jaames

Active Member
Licensed User
Longtime User
Your libGDX version in Additional library folder is different than the version those examples were compiled, you should download newest LibGDX with newest examples.
 
Upvote 0

Beja

Expert
Licensed User
Longtime User
Thanks Jaames,
Does that means older code can be used with new version of the LibGdX library? (not backward compatible).
 
Upvote 0

Beja

Expert
Licensed User
Longtime User
Thanks again Jaames,
You are right the lib was old.. now everything is working.

thumps up.
 
Upvote 0
Top