Hi all!
Я внёс исправления в проект, меня попросили, потому что не могли им воспользоваться. Правки были в основном для Linux, но возможно исправления подойдут и для Windows и для MacOS. Внесённые изменения не проект полностью стабильным, я внёс изменения в компиляцию конечных проектов, с которыми достаточно часто сталкивались пользователи и они не один раз поднимались на этом форуме.
Проект выложен на Sourceforge. Там только основные папки, демок нет. Демки скачивайте на официальном сайте
LAMW.
Что нужно сделать?
- В папке "ccr/lamw" удалите папки: "android_bridges", "android_wizard", "fcl_bridges" и "ide_tools".
- Откройте архив и из него распакуйте указанные папки в папку откуда удалили эти папки ("ccr/lamw").
- Откройте Lazarus и переустановите пакеты. Из папки "fcl_bridges" - пакет только компилируем. Далее пересоберем и устанавливаем последовательно друг за другом пакеты из папок: "android_bridges", "ide_tools" и "android_wizard".
Исправления приняты.
Но так же я хотел подсказать, как можно обойти ещё одну ошибку, которая появляется при создании нового проекта. Вы создаёте проект, далее закройте его. Если вас попросят сохранится, то сохраняйте проект. Откройте проект заново.
Всё, с проектом можно работать.
Забыл, не используйте версию NDK выше 25-й (тут тоже уже были проблемы у людей, которые использовали версии выше).
---------------------------------------------------------
Google translate:
I made some fixes to the project; they asked me to because they couldn't use it. The fixes were primarily for Linux, but they might also work for Windows and MacOS. The changes I made don't make the project completely stable; I made changes to the compilation of the final projects, which users have frequently encountered and have raised several times on this forum.
The project is available on Sourceforge. It only contains the main folders; there are no demos. Download the demos from the official
LAMW website.
What needs to be done?
- In the "ccr/lamw" folder, delete the following folders: "android_bridges", "android_wizard", "fcl_bridges", and "ide_tools".
- Open the archive and unzip the specified folders into the folder from which you deleted them ("ccr/lamw").
- Open Lazarus and reinstall the packages. First, from the "fcl_bridges" folder—we'll just compile the package. Next, rebuild and install the packages from the "android_bridges," "ide_tools," and "android_wizard" folders one by one.
Corrections accepted.
But I also wanted to suggest a way to work around another error that appears when creating a new project. Create a project, then close it. If you're prompted to save, save the project. Reopen the project.
That's it, you can work with the project.
I forgot, don't use NDK version higher than 25 (people who used higher versions have had problems here too).
Good luck!