Hi All and happy New Year.
I have done an upgrade to V 7.80 and am now getting the following error on compile. Any advice, please.
In my code, I am using #Extends: android.support.v7.app.ActionBarActivity
error: cannot find symbol
public class main extends android.support.v7.app.ActionBarActivity implements B4AActivity{
^
symbol: class ActionBarActivity
location: package android.support.v7.app
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
1 error
I have done an upgrade to V 7.80 and am now getting the following error on compile. Any advice, please.
In my code, I am using #Extends: android.support.v7.app.ActionBarActivity
error: cannot find symbol
public class main extends android.support.v7.app.ActionBarActivity implements B4AActivity{
^
symbol: class ActionBarActivity
location: package android.support.v7.app
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some messages have been simplified; recompile with -Xdiags:verbose to get full output
1 error