jmpessoa / lazandroidmodulewizard

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

duplicate class: org.lamw.todos.Utils #509

Closed marcos-ebm closed 7 months ago

marcos-ebm commented 7 months ago

One of the tricks I'm doing to look for errors is to throw all the components into the form and compile (trying to simulate a lay user)

When playing all of them, this error appeared (see image)

To solve this problem (see image), I modified the file android_wizard/smartdesigner/java/jSqliteDataAccess.java

class Utils{} to class class JUtils {}, as well as its calls

Captura de Tela 2024-01-20 às 11 38 53 Captura de Tela 2024-01-20 às 11 49 23

marcos-ebm commented 7 months ago

SOLVED