Welcome, Guest
Username: Password: Remember me
CodeTyphon Cross-Build Development, discussions and problems
  • Page:
  • 1

TOPIC:

Test android application 11 years 3 months ago #3062

  • zeljko
  • zeljko's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 207
  • Thank you received: 38
as directed

www.pilotlogic.com/codetyphon/help/

"Build your Application"
and
"Copy your application to Android Emulator or in your android device... for test"

not run my application: project1

how to make project1.apk

Please Log in or Create an account to join the conversation.

Test android application 11 years 3 months ago #3065

  • Aleksandar
  • Aleksandar's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 150
  • Thank you received: 31

cvijanovic wrote: as directed

www.pilotlogic.com/codetyphon/help/

"Build your Application"
and
"Copy your application to Android Emulator or in your android device... for test"

not run my application: project1

how to make project1.apk


Check this and all posts that I referred there.

I hope you will find a way. I just have no time to do more test. :(

Please Log in or Create an account to join the conversation.

Test android application 11 years 3 months ago #3072

  • zeljko
  • zeljko's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 207
  • Thank you received: 38
no success with trying to draft a CodeTyphon 3.10 application for android
debian 6.0.3 64

seting options:
-dANDROID -Xd -CpARMV6 -FLlibdl.so not compile
-dANDROID -Xd -CpARMV4 -FLlibdl.so compile liblclapp.so

start application android emulator application crash

I
/ActivityManager( 67): Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=com.pascal.lcltest/.LCLActivity } from pid 222
I/ActivityManager( 67): Start proc com.pascal.lcltest for activity com.pascal.lcltest/.LCLActivity: pid=651 uid=10034 gids={}
I/lclapp ( 651): Trying to load liblclapp.so
D/dalvikvm( 651): Trying to load lib /data/data/com.pascal.lcltest/lib/liblclapp.so 0x405141e8
D/Zygote ( 32): Process 651 exited cleanly (216)
I/ActivityManager( 67): Process com.pascal.lcltest (pid 651) has died.
W/InputManagerService( 67): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@4052be68

Please Log in or Create an account to join the conversation.

Last edit: by zeljko.

Test android application 11 years 3 months ago #3073

  • Aleksandar
  • Aleksandar's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 150
  • Thank you received: 31

cvijanovic wrote: no success with trying to draft a CodeTyphon 3.10 application for android
debian 6.0.3 64

seting options:
-dANDROID -Xd -CpARMV6 -FLlibdl.so not compile
-dANDROID -Xd -CpARMV4 -FLlibdl.so compile liblclapp.so

start application android emulator application crash


As stated on wiki you MUST use at least -CpARMV6, since some older instructions might fail on newer android versions.

You should focus on detecting why compiling fails with -CpARMV6 and fix that first.

Please note that c:\Android\android-ndk-r8c\platforms\android-8\arch-arm\usr\lib (or wherever it is on your system) have to be in Procject Options -> Compiler Options -> Paths -> Libraries (-Fl)

Are you correctly set path to NDK and appropriate platform version? Do you have folder \platforms\android-8\ in your NDK?

Please Log in or Create an account to join the conversation.

Test android application 11 years 2 months ago #3104

  • avra
  • avra's Avatar
  • Visitor
  • Visitor
If everything else fails, you can try this link to stay with Pascal on Android:
forum.lazarus.freepascal.org/index.php/topic,19302.0.html

Please Log in or Create an account to join the conversation.

Test android application 11 years 2 months ago #3105

  • zeljko
  • zeljko's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 207
  • Thank you received: 38
Pascal4Android IDE V0.1.0 beta not work linux

I re-installed debian 6.0.6 (64)
install codetyphon 3.10

#/etc/apt/sources.list
deb ftp.de.debian.org/debian squeeze main

#apt-get uppdate

install library for CodeTyphon

Error create lazarus64 (BigIDE)

which path to use/etc/apt/sources.list

sorry my English!

Please Log in or Create an account to join the conversation.

Test android application 11 years 2 months ago #3107

  • Aleksandar
  • Aleksandar's Avatar
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 150
  • Thank you received: 31

cvijanovic wrote: sorry my English!


When you consider that all 3 of us (you, avra and me) speak same native language, this sentence became funny. :)

But, we need to keep public conversation in English in order to let other people to participate.

p.s. Check your private messages, I sent you one long time ago.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1