jmpessoa / lazandroidmodulewizard

LAMW: Lazarus Android Module Wizard: Form Designer and Components development model!
246 stars 82 forks source link

Update androidprojoptions.pas #497

Closed Insid3CodeTeam closed 1 year ago

Insid3CodeTeam commented 1 year ago

Hi, Getting the filename from "TargetFilename" is not reliable (it can be empty or not begin with "lib" and ends with ".so" the current solution work but if the filename is already begin with "lib" and ends with ".so" fails to get the correct filename... so, I investigated and found "CreateTargetFilename" is more reable and it return the correct filename without need to adding "lib" and "so"...