Project

General

Profile

Actions

Task #4846

closed

Error during build of NFD-android

Added by Ciaran O'Driscoll-Collins about 5 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Start date:
02/14/2019
Due date:
% Done:

0%

Estimated time:

Description

After a fresh clone of NFD-android repo I am trying to build the project with ./gradlew assembleDebug. I have not changed anything in the project. Running with --debug doesn't show any extra info. Could someone please help with this?

ciaranodc@My-Air:~/dev/NFD-android$ ./gradlew assembleDebug

Configure project :app
Cannot sign .apk: specify keystore, keystore.password, keystore.key.alias, and keystore.key.password in local.properties.

Task :app:ndkBuild FAILED
Android NDK: WARNING: APP_PLATFORM android-23 is higher than android:minSdkVersion 1 in ./AndroidManifest.xml. NDK binaries will not be compatible with devices older than android-23. See https://android.googlesource.com/platform/ndk/+/master/docs/user/common_problems.md for more information.

Android NDK: jni/Android.mk: Cannot find module with tag '../packages/nfd/0.6.5' in import path

jni/Android.mk:12: *** Android NDK: Aborting. . Stop.
Android NDK: Are you sure your NDK_MODULE_PATH variable is properly defined ?

Android NDK: The following directories were searched:

Android NDK:

make: Entering directory /Users/ciaranodc/dev/NFD-android/app/src/main'
make: Leaving directory
/Users/ciaranodc/dev/NFD-android/app/src/main'

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':app:ndkBuild'.

    Process 'command '/Users/ciaranodc/Library/Android/sdk/ndk-bundle/ndk-build'' finished with non-zero exit value 2

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

  • Get more help at https://help.gradle.org

BUILD FAILED in 2s
7 actionable tasks: 1 executed, 6 up-to-date

Actions #1

Updated by Alex Afanasyev about 5 years ago

Please check README instructions. To build, you need to install dependency using crew tool. If you installed dependency before, you need to pull crew repository and install new versions of dependencies.

Actions #2

Updated by Ciaran O'Driscoll-Collins about 5 years ago

Alex Afanasyev wrote:

Please check README instructions. To build, you need to install dependency using crew tool. If you installed dependency before, you need to pull crew repository and install new versions of dependencies.

Thanks Alex. Yes I had the crew dependencies installed but I think a recent SDK update wiped them out. It is working now. Appreciate your assistance.

Actions #3

Updated by Alex Afanasyev about 5 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF