Skip to content

hzyitc/emulator-openwrt

Repository files navigation

emulator-openwrt

AndroidNativeEmu for openwrt

Packages

How to Use

# Install key
wget -O /tmp/emulator-openwrt.key.pub https://hzyitc.github.io/emulator-openwrt/emulator-openwrt.key.pub
opkg-key add /tmp/emulator-openwrt.key.pub

# Install feed
. /etc/os-release
DIST="$(echo "openwrt-${VERSION_ID}" | grep -oE 'openwrt-[0-9]+\.[0-9]+' || echo "snapshot")"
echo "src/gz emulator https://hzyitc.github.io/emulator-openwrt/${DIST}/${OPENWRT_ARCH}" >>/etc/opkg/customfeeds.conf

# Install
opkg update
opkg install python3-androidnativeemu