Reputation: 67
The error is android.support.v7.ActionBarActivity is deprecated. Does anyone know if it affects my game or how to fix it? Thank in advance.
Upvotes: 0
Views: 57
Reputation: 9050
You need to replace ActionBarActivity with AppCompatActivity.
ActionBarActivity
AppCompatActivity
Upvotes: 1