Igor Kronkdev
Igor Kronkdev

Reputation: 67

I keep getting an error in android studio

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

Answers (1)

inmyth
inmyth

Reputation: 9050

You need to replace ActionBarActivity with AppCompatActivity.

Upvotes: 1

Related Questions