Imperium Galactica 2 is one of the best space rts is now on your Android device. A classic game that takes you into the distant future. Build the most powerful Navy, and crush all who stand in your way. The game offers massive battles, conducting diplomatic negotiations, and huge universe.
How to fix Save Games
1. Create the Save Path
You have to create them manually via PC or ADB. Run this command:
adb shell mkdir -p /sdcard/Android/data/com.digitalreality.ig2/files/save
2. Force Storage Permissions
Run these two commands:
adb shell pm grant com.digitalreality.ig2 android.permission.WRITE_EXTERNAL_STORAGE
adb shell pm grant com.digitalreality.ig2 android.permission.READ_EXTERNAL_STORAGE
If APK_INSTALL_FAILED
Run these two commands:
adb shell settings put global verifier_verify_adb_installs 0
adb shell settings put global package_verifier_enable 0
To be able to execute ADB commands, look up guides for your phone on Google.
0
In development...!
While these buttons work, years will pass, maybe even centuries, but do not despair, wait and you will be rewarded! Want to speed up the development process? Do reposts of the site pages on social networks and tell your friends about us!
Comments to Imperium Galactica 2 on Android
To leave comments,
please log in.
How to fix Save Games
1. Create the Save Path
You have to create them manually via PC or ADB. Run this command:
adb shell mkdir -p /sdcard/Android/data/com.digitalreality.ig2/files/save
2. Force Storage Permissions
Run these two commands:
adb shell pm grant com.digitalreality.ig2 android.permission.WRITE_EXTERNAL_STORAGE
adb shell pm grant com.digitalreality.ig2 android.permission.READ_EXTERNAL_STORAGE
If APK_INSTALL_FAILED
Run these two commands:
adb shell settings put global verifier_verify_adb_installs 0
adb shell settings put global package_verifier_enable 0
To be able to execute ADB commands, look up guides for your phone on Google.