Recent

Author Topic: New laz4android2.0.0 !  (Read 6120 times)

truetom

  • Jr. Member
  • **
  • Posts: 73
    • http://sourceforge.net/projects/laz4android/
New laz4android2.0.0 !
« on: March 10, 2019, 07:52:39 am »
Hello all,

New version laz4android2.0.0-FPC3.0.4 released.

You can download from here:
http://sourceforge.net/projects/laz4android/

Laz4Android is a Lazarus for Android Package.
Thanks the FreePascal team and the Lazarus team.
Now Laz4Android is only run on Windows.Sorry for this!

I recommend using laz4android + LAMW(Lazarus Android Module Wizard) to develop android apps.

LAMW on this:
https://github.com/jmpessoa/lazandroidmodulewizard
http://forum.lazarus.freepascal.org/index.php/topic,21919.0.html

---------------------------------------------------------
Last update:2019-03-10
FPC: 3.0.4 (win32/arm-android/i386-android/jvm-android)
Lazarus:2.0.0
Android NDK: r14b (arm-linux-androideabi-4.9 + x86-4.9)

1.Update to Lazarus 2.0.0 source + FPC 3.0.4
=========================================================
How to install Laz4Android?

1.You can download a installer file from here:
http://sourceforge.net/projects/laz4android/files/?source=navbar
- Double click the installer file
- Next , Next to finished.

---------------------------------------------------------
2.You can download a 7z compressed file from here:
http://sourceforge.net/projects/laz4android/files/?source=navbar
- Unzip 7z file to e.g.  c:\laz4android
- Please run build.bat (double click it), it will compile and build laz4android.

=========================================================

Thanks and best regards!
laz4android : a Lazarus for Android Package.
http://sourceforge.net/projects/laz4android/

chenyuchih

  • Jr. Member
  • **
  • Posts: 81
Re: New laz4android2.0.0 !
« Reply #1 on: March 10, 2019, 08:00:59 am »
Great!

This pack is convenient for beginners because it doesn't need much setup.

Thanks TrueTom!

DelphiFreak

  • Sr. Member
  • ****
  • Posts: 255
    • Fresh sound.
Re: New laz4android2.0.0 !
« Reply #2 on: March 10, 2019, 08:09:51 am »
Great!
Thank you.

I will try to create a new installer (laztoapk) containing your latest version of laz4android.

Sam
Linux Mint 20.3, Lazarus 2.3, Windows 10, Delphi 10.3 Rio, Delphi 11.1 Alexandria

jmpessoa

  • Hero Member
  • *****
  • Posts: 2297
Re: New laz4android2.0.0 !
« Reply #3 on: March 10, 2019, 08:46:42 am »

Hello, TrueTom!

Nice!

Thank you!
Lamw: Lazarus Android Module Wizard
https://github.com/jmpessoa/lazandroidmodulewizard

loaded

  • Hero Member
  • *****
  • Posts: 824
Re: New laz4android2.0.0 !
« Reply #4 on: March 10, 2019, 08:54:36 am »
Very thanks .
Check out  loaded on Strava
https://www.strava.com/athletes/109391137

nouzi

  • Sr. Member
  • ****
  • Posts: 296
Re: New laz4android2.0.0 !
« Reply #5 on: March 10, 2019, 11:35:04 am »
Thank you.
My English is  bad
Lazarus last version free pascal last version
Lazarus trunk  free pascal trunk 
System : Linux mint  64bit  Windows 7 64bit

andersonscinfo

  • Full Member
  • ***
  • Posts: 132
Re: New laz4android2.0.0 !
« Reply #6 on: March 10, 2019, 12:14:58 pm »
 :D :D :D
laz4android + LAMW is perfect, great job, thanks for the wonderful work.

Att.

Manlio

  • Full Member
  • ***
  • Posts: 162
  • Pascal dev
Re: New laz4android2.0.0 !
« Reply #7 on: June 28, 2019, 07:13:08 pm »
Is it possible to use this wonderful Laz4android 2 for making 64-bit Android apps?

Within only a few weeks, google app store will not accept any more apps that don't have a 64-bit version of .so libraries.

https://developer.android.com/distribute/best-practices/develop/64-bit

Right now I read that Laz4Android only supports 32-bit chipsets.

Using LAMW, I was able to build a Aarch64 cross compiler, but I could not get it to work with Laz4Android.

Can anyone kindly give some suggestions?

And if it is not possible to have 64 bit integrated with Laz4Android, is it possible to use command line compiling? Can anyone kindly give some example of how to do that, if it is possible?

Thank you so much
manlio mazzon gmail

svd71

  • New Member
  • *
  • Posts: 29
Re: New laz4android2.0.0 !
« Reply #8 on: September 23, 2019, 11:42:22 am »
Hello Truetom.

I did installed laz4android, start a new LMW-Poject and have a message "android-sdk/platforms is empty" (https://pasteboard.co/IyIBi8O.png )

But "android-sdk/platforms" isn't empty:
it has
  • android-19
  • android-24
  • android-25
  • android-26

After the dialog is empty a Combobox "Target".


DanielTimelord

  • Guest
Re: New laz4android2.0.0 !
« Reply #9 on: September 23, 2019, 11:19:10 pm »
Hello Truetom.

I did installed laz4android, start a new LMW-Poject and have a message "android-sdk/platforms is empty" (https://pasteboard.co/IyIBi8O.png )

But "android-sdk/platforms" isn't empty:
it has
  • android-19
  • android-24
  • android-25
  • android-26
Install Android-28 (minimal atual target)

After the dialog is empty a Combobox "Target".

jmpessoa

  • Hero Member
  • *****
  • Posts: 2297
Re: New laz4android2.0.0 !
« Reply #10 on: September 23, 2019, 11:35:17 pm »

Hi, svd71!

Yes, Android-28  is need.... [thanks to Daniel!]

But,  did you set/config the paths?

Lazarus IDE menu "Tools" ---> "[LAMW] Android Module Wizard" -->  "Path Settings ..."
Lamw: Lazarus Android Module Wizard
https://github.com/jmpessoa/lazandroidmodulewizard

svd71

  • New Member
  • *
  • Posts: 29
Re: New laz4android2.0.0 !
« Reply #11 on: September 24, 2019, 11:45:13 am »
Great! Thanks! It worked !

... but with API 29.

I think, that Daniel isn't correct some done.

By the way:
On my Linux computer, I have any time message 'Gradle isn't found by "/usrbin" ' then open of the project. I can't fix it: any change over menu 'Tools-LAMW Android module wizard - Path settings' did not help.

 

TinyPortal © 2005-2018