|
|
|
|
|
by interpol_p
4739 days ago
|
|
It's a shame they had to do that. I find that Android is painful to develop for. We had issues where certain Android versions were unable to install our app. The workaround involved renaming some of our data files to use a .jpg extension so that they would be treated as image assets and not loaded entirely into memory on install, causing the device to run out of RAM. (I forget the exact details, as my coworker discovered the issue and workaround at the time.) |
|