-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build Project - A problem occurred starting process 'command 'dist-build/android-arm.sh'' #129
Comments
I assume a tweak like this will fix it? |
So I went ahead and got myself a copy of a Linux OS (Fedora 26). Installed it. Installed Android Studio. Cloned the project and submodules. Downloaded and installed the SDK's and NDK for Linux. Followed the instructions to the letter in INSTALL.md. Now getting this error:
In Android Studio. In Terminal. I don't know what else to do here. I can't even get this project to build. |
I was running into the same issues, so here's what I did to make some progress:
The above error was coming from the libsodium build script not having a ./configure file available to run. So I had to manually run ./autoconfig.sh in the libsodium directory first. Then this error stopped coming up. This may have been because I didn't do the git submodule init / update. |
after cloning project from https://github.com/servalproject/batphone in android studio. I got error 'Error:Execution failed for task ':app:libsodiumBuild'.
|
At the moment, we are not actively developing the Batphone app for Android because our funding imposes other priorities. Jeremy is putting his effort into the new Android app https://github.com/servalproject/serval_chat and I am working on a new iOS app. The recent changes in on the development branch of https://github.com/servalproject/serval-dna now embed the libsodium source code as a Git subtree (copied) rather than a Git submodule, but we have not updated the Batphone build to take advantage of this. You are most welcome to tackle this problem. |
I went through the same issue. For me, the problem was that git submodule update could not find libsodium tree. So, I ran this, followed by ./autoconfig.sh |
My Error is this : Caused by: net.rubygrapefruit.platform.NativeException: Could not start 'ndk-build.cmd' Please Give Proper Answer... Thank u !! |
No idea, perhaps one of these google results will be informative? https://www.google.com/search?q=net.rubygrapefruit.platform.NativeException |
My Error is this : Caused by: net.rubygrapefruit.platform.NativeException: Could not start 'ndk-build.cmd' Give Solution for This Question. |
If you have a different problem, you should create a new issue. Be sure to add enough information for me to reproduce it. Right now, I have no idea. |
Hello
I am having a serious struggle building this project. I am running Windows 10 with Android Studio 2.3.3. I have all the SDK's installed, and the NDK. Android Studio is pointed to their locations.
See screenshot when trying to build in Android Studio.
I read somewhere that you don't support building it in Android Studio but only from Command Line. I have installed Bash for Windows, Git, Cygwin. I navigate to the directory and run ./gradlew assembleDebug (as per the instuctions) - I get the same error in the terminal as above.
I don't know what else to do to get it to build. Any help will be appreciated.
The text was updated successfully, but these errors were encountered: