-
Notifications
You must be signed in to change notification settings - Fork 1
Project
javier7ar edited this page Aug 29, 2017
·
1 revision
The project object has 2 string fields:
- app_path: String. The relative path to your application source files location. It's where the MyMainSamplersActivity.java file will be crated
- package_name: String. The package name used in your applications activities. It's the package where the MyMainSamplersActivity will be added.
Example:
{
"project" : {
"app_path" = "app/src/main/java/com/example/myApplication/"
"package_name" : "com.example.myApplication"
}
}