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

--- Comment #45 from Michael Weghorn <m.wegh...@posteo.de> ---
(In reply to eric li from comment #44)
> blew is the result ,ple help to check it:
> 
> (...)
> shanreal@eric-Inspiron-7559:~/NewLibreoffice$ git status
> Refresh index: 100% (145868/145868), done.
> On branch master
> Your branch is up to date with 'origin/master'.
> 
> Changes not staged for commit:
>   (use "git add <file>..." to update what will be committed)
>   (use "git restore <file>..." to discard changes in working directory)
>       modified:   android/source/build.gradle
>       modified:  
> android/source/src/java/org/libreoffice/LibreOfficeMainActivity.java
>       modified:   
> android/source/src/java/org/libreoffice/SettingsActivity.java
>       modified:  
> android/source/src/java/org/libreoffice/ui/LibreOfficeUIActivity.java

This suggests you skipped an essential step from what I suggested in comment
36: undoing all local modifications:

(In reply to Michael Weghorn from comment #36)
> 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.)



 Please do that (e.g. `git checkout -- .`) and try again from the beginning.
The modifications to your build.gradle *might* be causing the problem.

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

Reply via email to