All the messages:
Messages, Hints: 2
Verbose: Selected chip architecture: armeabi-v7a
Verbose: Taking libraries from folder: C:\Users\Andy\Desktop\Android\AppLAMWProject1\libs\armeabi-v7a
Note: Duplicate unit "controls" in "controls", orphaned ppu "C:\Users\Andy\Desktop\Android\AppLAMWProject1\obj\controls\controls.o"
Note: Duplicate unit "controls" in "LCLBase 3.4", ppu="C:\laz4android3.4\lcl\units\arm-android\controls.ppu", source="C:\laz4android3.4\lcl\controls.pp"
Project: Executing command before: Success
before build...
Compile Project, OS: android, CPU: arm, Target: C:\Users\Andy\Desktop\Android\AppLAMWProject1\libs\armeabi-v7a\libcontrols.so: Exit code 1, Errors: 1
C:\laz4android3.4\fpc\3.2.2\bin\i386-win32\arm-linux-androideabi-ld.bfd.exe: cannot find -lc
C:\laz4android3.4\fpc\3.2.2\bin\i386-win32\arm-linux-androideabi-ld.bfd.exe: cannot find -llog
C:\laz4android3.4\fpc\3.2.2\bin\i386-win32\arm-linux-androideabi-ld.bfd.exe: cannot find -ldl
C:\laz4android3.4\fpc\3.2.2\bin\i386-win32\arm-linux-androideabi-ld.bfd.exe: cannot find -ljnigraphics
C:\laz4android3.4\fpc\3.2.2\bin\i386-win32\arm-linux-androideabi-ld.bfd.exe: cannot find -lc
controls.lpr(731,15) Error: Error while linking
I installed LAMW with LAMW Manager. Everything worked out without problems.
Chipset is mt6853 on Samsung Galaxy A32 5G smartphone.
I didn't open some demoes that come with LAMW.
I opened a new project (LAMW [GUI] Android App]) and I used that form from the new project.
Around line 731 is:
begin
gApp:= jApp.Create(nil);
730 gApp.Title:= 'LAMW GUI JNI Android Bridges Library';
731 gjAppName:= 'org.lamw.applamwproject1';
gjClassName:= 'org/lamw/applamwproject1/Controls';
gApp.AppName:=gjAppName;
gApp.ClassName:=gjClassName;
gApp.Initialize;
gApp.CreateForm(TAndroidModule1, AndroidModule1);
end.