Skip to content

androidwidget.pas(36,44) Error: unit not found: CustApp #537

@devaba

Description

@devaba

Using CodePython latest release of LAMW, on doing their 1st time setup and tutorial, I get this error right on dropping a "jTextView" error on the "TAndroidModule1" form.

I am just starting to get to know LAMW and CodePython, so feeling my way forward, please point me on what to do?

Code Below:

"unit AndroidWidget;

//Legacy: based on Simosays's Native Android Controls for Pascal

(*
LAMW: Typhon Android Module Wizard:
:: RAD Android! Form Designer and Components Development Model!

"A wizard to create JNI Android loadable module (.so) and Android Apk
widh Typhon/Free Pascal using Form Designer and Components!"

Authors:

Jose Marques Pessoa
	jmpessoa@hotmail dot com
	https://github.com/jmpessoa/lazandroidmodulewizard
	http://forum.lazarus.freepascal.org/index.php/topic,21919.0.html

Simon,Choi / Choi,Won-sik
	simonsayz@naver dot com
	http://blog.naver.com/simonsayz

Anton A. Panferov [@A.S.]
	ast.a_s@mail dot ru
	https://github.com/odisey1245

*)

{$mode delphi}

{$SMARTLINK ON}

interface

uses
Classes, SysUtils, Math, types, And_jni, CustApp;
"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions