Until now I am using the Google AppCompat v7 support library.
#Extends: android.support.v7.app.ActionBarActivity
The B4A SDK Manager shows it as being installed.
I now get this error when compiling.
Any help would be appreciated.
Thanks
#Extends: android.support.v7.app.ActionBarActivity
The B4A SDK Manager shows it as being installed.
I now get this error when compiling.
Compiling generated Java code. Error
javac 1.8.0_131
src\bz\sef\TagItNotes\main.java:17: 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: src\bz\sef\TagItNotes\statemanager.java uses 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
Any help would be appreciated.
Thanks