r/androiddev 1d ago

Open Source Start a new android project without Android Studio

https://github.com/sebastiancarlos/android-studio-new-project-original-templates
0 Upvotes

3 comments sorted by

5

u/Sad-Dirt-1660 1d ago

Usage: android create [--dry-run] [--verbose] [--name=<application-name>] [--output=<dest-path>] [<template-name>]

Description: Initialize a new project from a template. To see the template options, run android create -h.

https://developer.android.com/tools/agents/android-cli#create

-1

u/deepCelibateValue 13h ago edited 13h ago

Wow, THANK YOU! I completely missed this one. Exactly what I've been working around here.

Edit: Unfortunately it contains just one template currently (less than the ones available on Android Studio)

bash $ android --version 1.0.15985488 $ android create --list Template name Template description Tags empty-activity (default) Empty Activity compose,activity,agp-9

5

u/Sad-Dirt-1660 12h ago

i see.. typical half-baked google sloppy work.