0

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.

Sanjeev Singh
  • 3,976
  • 3
  • 33
  • 38
Igor Kronkdev
  • 67
  • 1
  • 10
  • possible duplicate of [ActionBarActivity is deprecated (Android Studio)](http://stackoverflow.com/questions/29890530/actionbaractivity-is-deprecated-android-studio) – Pankaj May 03 '15 at 04:44

1 Answers1

1

You need to replace ActionBarActivity with AppCompatActivity.

inmyth
  • 8,880
  • 4
  • 47
  • 52