I am porting an existing game from iOS to Android, and would like to know if there's a size limit for PNG images? On old iOS devices, the texture atlas size cannot exceed 1024 x 1024 pixels. Does a similar limitation exist for Android devices?
Thanks.
No, the only limit is the device's RAM being used.