View Single Post
jedi's Avatar
Posts: 1,411 | Thanked: 1,330 times | Joined on Jan 2010 @ Tatooine
#746
Originally Posted by AgogData View Post
the problem with driver is i dont know what are the exec. files are..the main folder contains many subfolders and files
A sure way to find the executable file is to look at the entry for "main" in appinfo.json file - you can use grep to help you...

For example, I'm in the directory for "Driver":
Code:
com.gameloft.app.driver $ grep main appinfo.json
..it shows me:
Code:
    "main": "driver/driver",
Which means my executable file is:
Code:
..../com.gameloft.app.driver/driver/driver