# AndroidEmu GameBoid **Repository Path**: caishuwei/android-emu-game-boid ## Basic Information - **Project Name**: AndroidEmu GameBoid - **Description**: GBA游戏模拟器 该项目由AlexanderR发布在sourceforge https://sourceforge.net/projects/gameboid/ https://git.code.sf.net/p/gameboid/code gameboid-code - **Primary Language**: Unknown - **License**: GPL-3.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 GameBoid is free and open source GBA emulator for Android, based on [gpSP](http://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=gpsp.git). It has most of gpSP and [Android shared emulator routines library](http://libemudroid.sf.net) features including: * zipped games support * on-screen controls * save-load support Building: GameBoid depends on shared emulator routines library, which can be obtained [from Sourceforge](/p/libemudroid/code). To build debug version execute following commands (taking, that you are in project directory and checked out library source is under ../emudroid-common): $ android update project -p . -l ../emudroid-common $ NDK_DEBUG=1 ndk-build $ ant debug