java - Class Activity extends ActionBarActivity deprecated -


when create new activity automatically extends actionbaractivity deprecated. question , do it? or leave alone?

i tried replace actionbaractivity appcompatactivity gives me errors in rest of class.

thanks.

do it? or leave alone?

either fine. if wish rid of deprecation warning, replace actionbaractivity appcompatactivity. hopefully, new-activity templates fixed in upcoming release of android studio.

i tried replace actionbaractivity appcompatactivity gives me errors in rest of class.

make sure add import statement import appcompatactivity. this directory contains several sample projects use appcompat-v7 , appcompatactivity.

beyond that, consider asking separate stack overflow question, provide code , list errors.


Comments