lightweight way to compile android application without installing tons of software (i.e. android studio IDE). it supports NDK and simple xml editor for adding minimal forms to apps. all things happen in the terminal.
some of the tools are kind of outdated, so it works only for demos at the moment.
- standalone android compilation, no android studio
- ndk support
- xml editor
to create template of an app
sh setup.sh --name your_name --domain your_domain --version your_android_versionto compile and run the app (android device plugged in)
sh run.shto create and edit new layouts, use the editor, located in editor folder.
compile and run it with (from editor directory)
sh run.sh
a lot of stuff to do for editor, some of them are:
- fix relative layout
- add linkages
- add proper stacking
- fix to widget to "connect"
- styling properties
- add icons, images
- more widgets
-
ImageView -
ImageButton -
CheckBox -
RadioButton -
ProgressBar -
Switch -
VideoView -
ListView
-
- add themes
- add custom attributes (ability to add your own's)
- docker container
- tests...
This project is licensed under the MIT License - see the LICENSE file for details.