hello
i have made 2 small games
and i wish to make a package
the example in java’s wtk does show that this is workable
but i dont know how
java’s wtk have 3 games inside
is package right?
kindly guide me at this
thank you in advance
Create a new project using KToolbar
Copy all the sources in the src-folder, resources in res-folder, … of your app (WTK-directory/apps/MyApp)
Start KToolbar
Click on build then on run to test the application
Click on Project, Package, Create Package to create package or install ProGuard and then click on Project, Package, Create Obfuscated Package to create a smaller package.
WiESi