LAMW Manager is a command line tool,like APT, to automate the installation, configuration and upgrade
the framework LAMW - Lazarus Android Module Wizard
A Lazarus IDE ready to develop applications for Android !!
Note: Only Linux x86_64 bits is supported!
- Debian GNU/ Linux 10
- Ubuntu 20.04 LTS
- Requirements for other Linux
- New: Now lamw_manager can run on non-debian based linux distros
- Gradle
- Freepascal Compiler
- Crosscompile to ARMv7-vFPV3/android
- Crosscompile to AARCH64/android
- New: Crosscompile to i386/android
- New: Crosscompile to amd64/android
- Lazarus IDE
- Android NDK
- Android SDK
- Android Platform API¹
- Android Platform Tools¹
- Android Build Tools
- Android Extras
- Android M2Repository
- Android APK Expansion
- Android Market License (Client Library)
- Google Play Services
- OpenJDK
- LAMW framework
- Create LAMW4Linux IDE menu launcher and startlamw4linux command!
- Create LAMW4Linux Terminal menu launcher!!
- Register MIME
Notes
- The minimum Android API and Build Tools required by LAMW and specified in package.json are installed
How to use LAMW Manager:
- Click here to download LAMW Manager Setup
- Go to download directory and right click Open in Terminal
- Run command : bash lamw_manager_setup.sh¹
New: Installing LAMW on custom directory Now you can install LAMW on custom directory using command:
user@pc:~$ #env LOCAL_ROOT_LAMW=your_dir bash lamw_manager_setup.sh
user@pc:~$ #Sample:
user@pc:~$ env LOCAL_ROOT_LAMW=/opt/LAMW bash lamw_manager_setup.sh
Notes:
- See the LAMW Manager Setup Guide
- Read more about new installer procedure in LAMW Manager Setup
- You can also install from sources read more in Classic Install
- Replace your_dir with the directory of your choice, eg /opt/LAMW
By default LAMW Manager uses (Android) Crosscompile to ARMv7+vFPV3, but LAMW Demos uses ARMV6+Cfsoft, you need apply this configuration:
- Open your LAMW Demo with LAMW4Linux
- On menu bar go to Project --> Project Options ... --> [LAMW] Android Project Options --> Build --> Chipset --> ARMV7a+FVPv3
Recommended:
- Close all xfce terminal
- If that doesn't work, restart your desktop session.
For information on new features and bug fixes read the Release Notes
You are now a Lazarus for Android developer!
Building Android application with LAMW is RAD!
For more info read LAMW Manager v0.5.3 Manual