# AndroidEmu NP2oid **Repository Path**: caishuwei/android-emu-np2oid ## Basic Information - **Project Name**: AndroidEmu NP2oid - **Description**: NP2模拟器模拟器 该项目由AlexanderR发布在sourceforge https://sourceforge.net/projects/np2android/ https://git.code.sf.net/p/np2android/code np2android-code - **Primary Language**: Unknown - **License**: GPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-11 - **Last Updated**: 2024-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is a test of the SDL libraries on the Android platform. It currently has working versions of the SDL, SDL_image, SDL_mixer, and SDL_ttf libraries. Your sources go into jni/src, and you should edit jni/src/Android.mk to include them. It is currently set up to build the aliens demo, and you should run data.sh to push the data to the device, before you run it. You build with ndk-build, and install to the device with: ant install For a full README, see README.android in the SDL source archive.