Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/471d38unnux/android-assembly-native-activity
Android app made from assembly without java template
https://github.com/471d38unnux/android-assembly-native-activity
android android-app android-application android-example android-native android-ndk android-studio android-studio-template assembly clang native-activity ndk ndk-sample
Last synced: about 11 hours ago
JSON representation
Android app made from assembly without java template
- Host: GitHub
- URL: https://github.com/471d38unnux/android-assembly-native-activity
- Owner: 471D38UNNUX
- Created: 2024-11-08T18:49:05.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-01-14T06:36:06.000Z (20 days ago)
- Last Synced: 2025-02-02T10:45:39.720Z (about 11 hours ago)
- Topics: android, android-app, android-application, android-example, android-native, android-ndk, android-studio, android-studio-template, assembly, clang, native-activity, ndk, ndk-sample
- Language: Assembly
- Homepage: https://github.com/471D38UNNUX/Android-Assembly-Native-Activity
- Size: 107 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android-Assembly-Native-Activity
Android app made from assembly without java template which running black screen with Native Activity logging## Getting Started
------------------- [Download Android Studio latest version](http://developer.android.com/sdk/index.html)
- Open Android Studio
- Open this project directory
- Download all dependencies (you can customize this template too)
- Please check agp version in gradle/libs.versions.toml first and don't forget change the agp version with Android Studio compatibility support
- Prepare and select x86_64 or arm64 device which can be AVD, emulator app like BlueStacks (ADB in emulator setting must be activated first), and mobile phone with USB cable/WiFi (developer option must be activated first in setting > about phone > build number and tap it seven times until see the message `You are now a developer!`)
- Click Run 'app'