Create android project


/ Published in: DOS Batch
Save to your folder(s)

to list available targets: android list targets


Copy this code and paste it in your HTML
  1. android create project --target <target_id> --name <project_name> --path <project_path> --activity <activity_class> --package <package_name>

Report this snippet


Comments


You need to login to view comments.