Problem compiling using GameView

Ricky D

Well-Known Member
Licensed User
Longtime User
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
 

Ricky D

Well-Known Member
Licensed User
Longtime User
Thanks Erel, I'll look at what version I'm referencing when I get home.

Regards, Ricky
 
Upvote 0
Top