Script to repack Flappy Bird so that it may install in Android 14 + arm64, newer Samsung Galaxy devices.
- Get apktool and
export APKTOOL_DIRto where you saved it (asapktool.jar) - Get the Android Build Tools,
export ANDROID_BUILD_TOOLSto its location - Get the Android NDK,
export ANDROID_NDKto 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.