I downloaded Erel's GameView library and the asteroids example but get this error when I compile:
Compiling code. 0.05
Compiling layouts code. 0.00
Generating R file. Error
AndroidManifest.xml:17: error: No resource identifier found for attribute 'hardwareAccelerated' in package
this is in the manifest :
SetApplicationAttribute(android:hardwareAccelerated, "true")
What am I missing?
regards, Ricky
Compiling code. 0.05
Compiling layouts code. 0.00
Generating R file. Error
AndroidManifest.xml:17: error: No resource identifier found for attribute 'hardwareAccelerated' in package
this is in the manifest :
SetApplicationAttribute(android:hardwareAccelerated, "true")
What am I missing?
regards, Ricky