It looks like the only place libjpcre.so is used is in jd. But, jd looks like
it won't run on the 32 bit default Android distribution.
So, for now, I'll ignore pcre and move on to creating an apk. Does anyone have
any suggestions for creating a J Android apk from the binaries created by
ndk-build? It looks like the choices are to use Android Studio, using gradlew
or using ant with some sort of build.xml.
Unless there is a build.xml hiding somewhere, all of these look like they would
require reverse-engineering the current distribution J Android APK.
Thanks,
David Mitchell
On 8/9/2018 09:48, David Mitchell wrote:
I used that Android.mk for pcre2. The Android build references both pcre and
pcre2:
1. make a symlink in jni folder
$ cd jni
$ ln -sf ../../jsrc .
$ ln -sf ../../hostdefs.
$ ln -sf ../../netdefs .
$ ln -sf ../../../../src/pcre .
$ ln -sf ../../../../src/pcre2 .
$ cd ..
2. build using ndk in the current folder
$ ndk-build
I tried using the same Android.mk with pcre, but it did not work well.
Thanks,
David Mitchell
On 8/9/2018 08:51, chris burke wrote:
https://github.com/jsoftware/base8/blob/master/regex/make/Android.mk
On Thu, Aug 9, 2018 at 2:17 AM David Mitchell <davidmitch...@att.net> wrote:
I have almost gotten this to build. The last step I have is finding
Android.mk
for pcre.
Any help would be appreciated.
Thanks,
David Mitchell
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm