java - Android DX on a Mac -
i'm trying develop app displays icons of simple games, when icon clicked game dynamically loaded jar file , run. games loaded plug in more games can added without recompiling main app.
the games simple children's games interface plug in limited things render, touch down, etc.
i'm using libgdx
allow me run app on multiple platforms. have got working on desktop pc idea plug ins works.
however i'm trying work on android simulator requires plug in jar files converted dx format. there few posting on how cannot work.
the part i'm stuck on getting dx converter work, line i'm trying is:
dx --dex --verbose --output=classes.dex com/playtime/games/crows.class
this throws exception :
java.lang.runtimeexception: --verbose: file not found
.. exception dump stuff
java.lang.runtimeexception: --output=classes.dex: file not found
.. exception dump stuff
2 errors; aborting ..
i'm using mac this, have tried on windows , not give exception.
i want working on mac.
any ideas anybody
Comments
Post a Comment