[using the translator]
Hello everyone, has anyone had the same problem?
The
jActionBarTab component does not work in the
APPCOMPAT theme, only in the
DEVICE theme
The program compiles normally, but when the program runs, it stops, precisely in this code
procedure TAndroidModule1.AndroidModule1JNIPrompt(Sender: TObject);
begin
ActionBarTab1.Add('test', Panel1.View); // problem
end;
the same code normally works in the DEVICE theme
lamw = 0.8.6.3
lazarus 2.2.2
theme: APPCOMPAT
GRADLE 8.5
JDK 11
NDK: 21e
Windows 10 and 11