https://github.com/nuvious/androiddynamicclassloaderexample
https://github.com/nuvious/androiddynamicclassloaderexample
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nuvious/androiddynamicclassloaderexample
- Owner: nuvious
- Created: 2025-07-25T14:09:07.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-07-25T14:51:28.000Z (11 months ago)
- Last Synced: 2025-08-12T14:59:24.360Z (11 months ago)
- Language: Java
- Size: 140 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android Dynamic Class Loader Example
A quick example of dynamically loading classes.
## Quickstart
Before building the project, run the following:
```bash
bash build_dex.sh
```
This builds `Hello.java` into `classes.dex` and copies the dex to the raw resources folder.
You can then run the project in an emulator or on your phone and should see
"Hello InMemoryDexClassLoader!" in the home fragment.
