Skip to content

Instantly share code, notes, and snippets.

@d4vidi
Last active September 1, 2021 18:43
Show Gist options
  • Save d4vidi/f14b8a0184b856d6da505e2e30163b5a to your computer and use it in GitHub Desktop.
Save d4vidi/f14b8a0184b856d6da505e2e30163b5a to your computer and use it in GitHub Desktop.
Android CI Blog: config.ini
# Attributes in .ini file:
# hw.lcd.density=440
# hw.lcd.height=2280
# hw.lcd.width=1080
# OR, it you need an automated script - they can be simply appended to the existing file:
echo "hw.lcd.density=440" > config.ini
echo "hw.lcd.height=2280" > config.ini
echo "hw.lcd.width=1080" > config.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment