Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Operating Systems
»
Android
»
can a standard linux .so run under android
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
Forum Rules
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
weird error message
by
Thaddy
[
Today
at 07:43:06 am]
Freepascal
by
Khrys
[
Today
at 07:33:30 am]
Printing on HP Smart Tank
by
Thaddy
[
Today
at 07:10:37 am]
P.I.S.S. a PlugIn-framewo...
by
cdbc
[
Today
at 06:38:27 am]
MVP made easier.
by
cdbc
[
Today
at 06:18:24 am]
I have made some progress...
by
onionmixer
[
Today
at 02:57:55 am]
WASM import error
by
Fibonacci
[July 12, 2026, 09:30:47 pm]
Lazarus 4.6 may erase you...
by
Martin_fr
[July 12, 2026, 06:35:29 pm]
Best name for procedure
by
LemonParty
[July 12, 2026, 05:23:02 pm]
Fixed an RV32ec compiler ...
by
MattBradford
[July 12, 2026, 05:11:16 pm]
Many recent books on Laza...
by
Tomu
[July 12, 2026, 05:02:44 pm]
Lazarus Bugfix Release 4....
by
geraldholdsworth
[July 12, 2026, 04:35:14 pm]
International Pascal Cong...
by
zeljko
[July 12, 2026, 04:08:53 pm]
equivalent to C/C++ "offs...
by
jamie
[July 12, 2026, 02:43:16 pm]
val return code
by
ALLIGATOR
[July 12, 2026, 01:40:21 pm]
Help needed on how to do ...
by
cdbc
[July 12, 2026, 12:15:15 pm]
PascalRAL the fastest, mo...
by
Mobius1
[July 12, 2026, 11:24:00 am]
TDateTimePicker - Make th...
by
AlexanderT
[July 12, 2026, 09:57:05 am]
TCollection wiki entry
by
Thaddy
[July 12, 2026, 05:44:53 am]
UI app to work with SQLit...
by
LeP
[July 12, 2026, 12:50:04 am]
Elite Arcade
by
Guva
[July 11, 2026, 11:25:29 pm]
Why is my program freezin...
by
paweld
[July 11, 2026, 07:19:46 pm]
is there PDS reader/expor...
by
jamie
[July 11, 2026, 07:01:12 pm]
Fpcupdeluxe
by
cdbc
[July 11, 2026, 06:40:29 pm]
Como compilar uma lib par...
by
marcelomaurinmartins@gmai
[July 11, 2026, 06:24:51 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: can a standard linux .so run under android (Read 5519 times)
jack616
Sr. Member
Posts: 268
can a standard linux .so run under android
«
on:
February 19, 2013, 06:31:29 pm »
presumably cross compiled for the correct processor
if it can - any ideas on how to install and access it?
Logged
zeljko
Hero Member
Posts: 1981
Re: can a standard linux .so run under android
«
Reply #1 on:
February 21, 2013, 03:46:00 pm »
Copy it to /usr/lib ? (you must have rooted device for this), but I guess copy it in some empty folder + export LD_LIBRARY_PATH=/thatfolder can work too (from terminal).
Logged
felipemdc
Administrator
Hero Member
Posts: 3538
Re: can a standard linux .so run under android
«
Reply #2 on:
February 22, 2013, 07:32:00 am »
How can someone run a .so file? libraries export routines to other applications, they are not supposed to be "run". You can run linux executables in Android, however.
Logged
zeljko
Hero Member
Posts: 1981
Re: can a standard linux .so run under android
«
Reply #3 on:
February 22, 2013, 01:03:23 pm »
@felipemdc, you mean non-gui linux executables I guess.
Logged
jack616
Sr. Member
Posts: 268
Re: can a standard linux .so run under android
«
Reply #4 on:
February 22, 2013, 04:48:52 pm »
yes they are text based .so's
and yes I know you dont "run" a .so
I wrote these a few years ago and was just wondering if I could
translate for Android use.
Would I have any trouble passing the (ansi text only) output up for use
with the android gui?
And conversely talking to them from android by passing text to them?
I cant think of any issues but I'm not at all experience with android
appart from getting the hello world example here running.
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Operating Systems
»
Android
»
can a standard linux .so run under android
TinyPortal
© 2005-2018