06-19 07:28:51.144 2744-2744/com.musicplayer E/OpenGLRenderer﹕ Getting MAX_TEXTURE_SIZE from GradienCache 06-19 07:28:51.148
2744-2744/com.musicplayer E/OpenGLRenderer﹕ Getting MAX_TEXTURE_SIZE from Caches::initConstraints()
Asked
Active
Viewed 764 times
0

Shahzad Barkati
- 2,532
- 6
- 25
- 33

DroidVilla
- 61
- 1
- 5
1 Answers
0
Sounds like you might be trying to load a graphic that is too large for the media player? MAX_TEXTURE_SIZE can be checked via your code. I suggest you check the value before using it if that makes sense in your application. see this answer for more info on how to check it- stackoverflow answer