I can't resolve symbol and so I'm getting loads of other errors. Please help, I have seen that early versions or Android had this problem is don't know what's the problem now?
Asked
Active
Viewed 2,247 times
0
-
Check your support repository in android sdk.. update if available – user3678528 Nov 25 '17 at 09:00
-
It is installed and there are no updates available. – devt3000 Nov 25 '17 at 09:13
-
May this help you. https://stackoverflow.com/questions/21316055/actionbaractivity-cannot-resolve-a-symbol – user3678528 Nov 25 '17 at 09:17
-
Hey. Thanks but I think i will try to use the solution that includes importing the Google play services library. – devt3000 Nov 25 '17 at 11:31
1 Answers
4
ActionbarActivity
has been deprecated since Android Support Library version 22.1.0, released in April 2015.
Use AppCompatActivity
instead.
Credit to this answer.

TranBrian10
- 830
- 6
- 8