tripleA57
New Member
Hello buddies. I got this error while compiling:
Using B4A last update. AppCompat 4.
Tried redownloading appcompat, installing recommended sdks via SDKManager, but the error still occurs or just points to another line of the same code.
B4A line: 63
Panel1.AddView(intro, 20dip, 45%y, 90%x, 30%y)
src\farmandehan\ilam\abasi.java:465: error: cannot access AppCompatTextView
mostCurrent._panel1.AddView((android.view.View)(mostCurrent._intro.getObject()),anywheresoftware.b4a.keywords.Common.DipToCurrent((int) (20)),anywheresoftware.b4a.keywords.Common.PerYToCurrent((float) (45),mostCurrent.activityBA),anywheresoftware.b4a.keywords.Common.PerXToCurrent((float) (90),mostCurrent.activityBA),anywheresoftware.b4a.keywords.Common.PerYToCurrent((float) (30),mostCurrent.activityBA));
^
class file for android.support.v7.widget.AppCompatTextView not found
Using B4A last update. AppCompat 4.
Tried redownloading appcompat, installing recommended sdks via SDKManager, but the error still occurs or just points to another line of the same code.