https://bugs.documentfoundation.org/show_bug.cgi?id=156623

Michael Weghorn <m.wegh...@posteo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEEDINFO

--- Comment #36 from Michael Weghorn <m.wegh...@posteo.de> ---
(In reply to eric li from comment #34)
> Do you know a way or a branch which can gurantee build and run successfully?

The version in F-Droid is built from commit 5c1c768e128d.
But to me, the problem you're having so far doesn't look like a problem of the
version you're building, but something in your local build setup.

(In reply to eric li from comment #33)
> I don't know why ..the jniLibs directory should be in the android/source
> directory ,,but it is on the upper directory(android/)..even I changed the
> path in build.gradle for it,,but it doesn't work ..

It shouldn't be necessary to change any paths manually. I'd suggest to first
analyse why libraries are not in the APK file and just observe the output of
the default build (i.e. what `make` produces, avoiding Android Studio for the
moment).

What I'd suggest is this:

* undo all local modifications
* run `make android.clean`
* run `make`
* run the steps from comment 24 again and report the output here

(To have an even cleaner state to start with, a `make distclean` would be even
better, but then the build will take longer, let's start with the above first.)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to