You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
impl the run command
Allows you to build the project and launch the main activity
better and descriptive errors with anyhow
leave a .android dotfile after project creation
This could later makes things quite easier. Instead of parsing the whole structure again to look out for certain metadata fields, the tool would just be able to read .android file from now.
impl the install command
Allows the user to run android install and it will automatically install the apk to the currently connected device.
organize core logic into lib.rs
impl build command
configure sdk versions while creating project
It's now possible to supply min-sdk-version, compile-sdk-version and target-sdk-version flags while invoking the create command.
impl the create command
Bug Fixes
a few things in docs
unused import warning
git repository and edit url setting
failing doc tests
windows compatible local.properties file
find gradle is windows compatible now
remove debug println
buggy deploy path in workflow
ignore dead_code lint in utils.rs
Other
create build workflow
Commit Statistics
43 commits contributed to the release over the course of 180 calendar days.