Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hipersayanx/simplecppandroidwebapp
C++ WebApp barebone for Android
https://github.com/hipersayanx/simplecppandroidwebapp
Last synced: 23 days ago
JSON representation
C++ WebApp barebone for Android
- Host: GitHub
- URL: https://github.com/hipersayanx/simplecppandroidwebapp
- Owner: hipersayanX
- Created: 2023-11-14T16:07:30.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2023-11-14T16:12:47.000Z (12 months ago)
- Last Synced: 2024-05-01T20:08:46.829Z (6 months ago)
- Language: Java
- Size: 98.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C++ WebApp barebone for Android
The simplest possible example code required for building a C++ WebApp for Android without adding any external dependency.
# Building
```
ANDROID_HOME=/path/to/android-sdk ./gradlew assemble
```