Re: Android development on OpenBSD

2017-11-02 Thread Anthony Eden
Building the entire AOSP on OpenBSD to flash a phone... that would not be easy, since prebuilt compiler binaries that are used are for Linux (i.e. linked against glibc). If on the other hand, you would like to compile a simple program to run on your phone... Then you *can* use the android-ndk, pro

Re: Android development on OpenBSD

2017-11-02 Thread Philippe Meunier
Jan Stary wrote: >What do people use to develop Android apps on OpenBSD? As far a I know, no one uses OpenBSD to develop Android apps. The only Android related software available on OpenBSD is adb (available as a package). >I would very much rather use my favorite IDE of vim+make >and just write

Re: Android development on OpenBSD

2017-11-01 Thread flipchan
I'm sure u can compile the apps On November 1, 2017 3:55:03 PM GMT+01:00, Jan Stary wrote: >What do people use to develop Android apps on OpenBSD? > >Currently, I am using the Android Studio on a Mac, >I would very much rather use my favorite IDE of vim+make >and just write C code and run it thro

Android development on OpenBSD

2017-11-01 Thread Jan Stary
What do people use to develop Android apps on OpenBSD? Currently, I am using the Android Studio on a Mac, I would very much rather use my favorite IDE of vim+make and just write C code and run it through NDK https://developer.android.com/ndk/guides/index.html but it seems some form of the Android