Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DxLibAppDevOnAndroid

Develop Android Native apps with DxLib on Android

Requirements

Setup

pkg install curl build-essential aapt openssl-tool apksigner
# And install your favorite text editor
pkg install vim

Gerenating Singing Key

# Build.sh expects that keys are in ~/.ssh/
openssl genrsa -3 -out key.pem 2048
openssl req -new -x509 -key key.pem -out key.x509.pem -days 10000 -subj '/'
openssl pkcs8 -in key.pem -topk8 -outform DER -out key.pk8 -nocrypt

Build APK

bash Build.sh

Installing APK

On Android 11

Go on File App, then Select Termux

On Android 10 and earlier

Now Preparing...

About

Develop Android Native apps with DxLib on Android

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Contributors

Languages