Hello,
I was trying to install the Simple Triangle Application from Graphics and Mobile Gaming Course on Android Virtual Device Simulator as well as on hardware(Adreno GPU because I don't own a Mali GPU based ARM Device).
while building and cleaning the solution on android studio , there isn't any syntactical or compiler error.
But after installing, the application fails to run/stops working and every time I get an crashing message as shown in the above screenshots at the exact same line highlighted in the screenshot.
Any Help will be highly appreciated.
Thanks in advance.
Hi! Have you tried using different options for OpenGL ES renderer and OpenGL ES API level in the emulator settings?
yeah mate, I tried different options of API level ranging from 14 to 30 and also used OpenGL renderer 1.0 , 2.0 , 3.0 , 3.1 in the android emulator settings.
also I tried to change the architecture from normal x86/x64 to armeabi-v7a and armeabi-v8 in android emulator settings.
Still the same crashing message appears in the screenshot posted above at the exact same line highlighted as red.