Script to repack Flappy Bird so that it may install in Android 14 + arm64, newer Samsung Galaxy devices.
- Get apktool and
export APKTOOL_DIR
to where you saved it (asapktool.jar
) - Get the Android Build Tools,
export ANDROID_BUILD_TOOLS
to its location - Get the Android NDK,
export ANDROID_NDK
to its location - Get the original Flappy Bird APK, save it as
com.dotgears.flappybird-1.3-4-minAPI8.apk
. - Run
./repack_flappybird.sh
, repacked file is./flappy.apk
.