android / android/ndk-samples

hello-libs sample doesn't seem to take into account build types

Open
#576 10 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
10.5k
Forks
4.3k
PR merge metrics
No merged PRs in 30d

Description

The sample doesn't seem to take into account the various build types (debug, release)
set(distribution_DIR ${CMAKE_SOURCE_DIR}/../../../../distribution)
That doesn't seem right to me.

Contributor guide

Open the contributing guide

Research direction

Start in the hello-libs sample and locate the CMake configuration containing set(distribution_DIR ${CMAKE_SOURCE_DIR}/../../../../distribution). Check how the debug and release build types resolve that path. Done means the sample accounts for the selected build type rather than using one fixed distribution location.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, cmake, cpp
Domain
build-system, mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.