-
Notifications
You must be signed in to change notification settings - Fork 93
JM.PASCAL edited this page Feb 25, 2015
·
7 revisions
In 4 steps :
- Install Android Studio
- Fork the project
- Import the project in Android Studio
- Follow Customisation wiki page
- Start coding !
Android Development Links is the right wiki page to start.
Every time you install an app in Android, you're presented with the list of permissions the app requires in order to work. The list of permissions used is explained in details inside Permissions page of the wiki.
The master branch is the current latest stable branch.
Others branches are used for development of new features so their stability can not be guaranteed. Each branch name reflects a version number or feature name.
Alternatively, it's possible to use one of the tags to build from source.
A complete list is available in 3rd Party Librairies wiki page.