Hi Thomas,

Likewise I have zero experience of "the standard android virtual device 
manager“ so there is quite some gap in knowledge necessary to bridge Android 
with Jenkins.

Jenkins is a web server and it is used to build and test ooRexx for a large 
number of platforms (Win, macOS, Linux, Unix) that are either on different 
native slave machines or in VMs. This presentation 
<https://www.rexxla.org/events/2019/presentations/Jenkins%20with%20notes.pdf> 
gives an idea. We currently use 6 physical slave machines and 10 virtual 
machine OSes.

The intention from my side was to try to bring an Android system to Jenkins to 
help the developers trace your steps. Another option would be if we could 
connect somehow to your "standard android virtual device“ using ssh.

The plugin looks interesting btw.

Hälsningar/Regards/Grüsse,
P.O. Jonsson
oor...@jonases.se




> Am 15.06.2021 um 00:09 schrieb Thomas Kahr <tho...@vaime.at>:
> 
> Hi P.O.,
> 
> my virtual device is not running in virtualbox. its just the standard android 
> virtual device manager provided with the android sdk. You can use the 
> emulated device without android-studio. just the sdk is needed.
> 
> I have zero experience with Jenkins. Is the info still relevant in that case? 
> Cause if so Im more than happy to share it. :)
> 
> PS: found this: https://plugins.jenkins.io/android-emulator/ 
> <https://plugins.jenkins.io/android-emulator/>
> Best regards
> Thomas
> Von: P.O. Jonsson <oor...@jonases.se>
> Gesendet: Montag, Juni 14, 2021 11:47 PM
> An: Open Object Rexx Developer Mailing List
> Betreff: Re: [Oorexx-devel] ooRexx > Android
>  
> Hi Thomas,
> 
> I have set up Android in a VM on Virtualbox. Unfortunately I can only get a 
> command line when I boot it, I understand it should be possible to get a GUI 
> with some options to configure Android?
> 
> If you could provide some intel on how to successfully set up Android in a VM 
> it would be most welcome. The intention is to connect the VM to Jenkins so 
> that Erich can help you further with ooRexx installation.
> 
> I would need info on how to connect to Android using ssh and what you did to 
> install the toolchain (SVN, C++ Cmake make etc).
> 
> Hälsningar/Regards/Grüsse,
> P.O. Jonsson
> oor...@jonases.se <mailto:oor...@jonases.se>
> 
> 
> 
> 
>> Am 14.06.2021 um 22:58 schrieb Thomas Kahr <tho...@vaime.at 
>> <mailto:tho...@vaime.at>>:
>> 
>> Of course. I will summarize everything tomorrow morning. Thanks again for 
>> your help. Feedback following.
>> 
>> best regards
>> Thomas
>> 
>> From: Erich Steinböck <erich.steinbo...@gmail.com 
>> <mailto:erich.steinbo...@gmail.com>>
>> Sent: Monday, June 14, 2021 10:50:20 PM
>> To: Open Object Rexx Developer Mailing List 
>> <oorexx-devel@lists.sourceforge.net 
>> <mailto:oorexx-devel@lists.sourceforge.net>>
>> Subject: Re: [Oorexx-devel] ooRexx > Android
>>  
>> I dont have access to /tmp on the device
>> Can you check if the TMPDIR environment variable is defined (echo $TMPDIR) 
>> and if so run rxapi like this
>> XDG_RUNTIME_DIR=$TMPDIR rxapi
>> Can you check if /data/local/tmp is available and files can be created in it 
>> and if so run rxapi like this
>> XDG_RUNTIME_DIR=/data/local/tmp rxapi
>> Else try to find any directory that allows creating files and run rxapi as 
>> described above
>> 
>> but Im working on a hint Prof. Flatscher gave me hoping to get around this 
>> issue
>> Will you share it with us?
>> 
>> _______________________________________________
>> Oorexx-devel mailing list
>> Oorexx-devel@lists.sourceforge.net 
>> <mailto:Oorexx-devel@lists.sourceforge.net>
>> https://lists.sourceforge.net/lists/listinfo/oorexx-devel
> 
> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel

_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to