https://github.com/nitish-pattanaik/android-cmd-samples
build android applications using cmd
https://github.com/nitish-pattanaik/android-cmd-samples
android android-application cmd cmdline
Last synced: about 2 months ago
JSON representation
build android applications using cmd
- Host: GitHub
- URL: https://github.com/nitish-pattanaik/android-cmd-samples
- Owner: nitish-pattanaik
- Created: 2024-12-17T12:21:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-27T16:11:31.000Z (over 1 year ago)
- Last Synced: 2025-04-23T19:14:29.653Z (about 1 year ago)
- Topics: android, android-application, cmd, cmdline
- Language: Kotlin
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: Android Samples
* Build Android Applications Using CommandLine WorkFlow
- This repository contains all of my experiments to build android applications using minimal command line utilities provided by the android, kotlin and java.
- I create this repo, to simplify the build process of android and getting rid of all the headache of build systems (gradle, maven) and IDEs like (eclipse, android studio, etc.).
- Here, I try to build fairly complex android application with just simple command line and batch scripts. (For now, I will start with basic applications & build on top of that.).
- I plan to use ~kotlin~ only and I wants to use ~android-sdk~ to build native C/C++ libraries. (let's see..)
* MyApp
- It's my first "Hello,World!" project to build on android.
- build instructions are inside ~MyApp~ folder.
- Although it's centered around windows. You can get that to work on linux also.
----------
NB: Time to time, I will update my android journey in this repository. Let's look forward.