joemasilotti / joemasilotti/bridge-components

Example android app includes local filepath that prevents build

Open Beginner friendly
#76 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
478
Forks
28
PR merge metrics
No merged PRs in 30d

Description

When I load the project into android studio and sync, I get this error

> Included build 'C:\Users\me\p\bridge-components\android\Users\joemasilotti\workspace\projects\bridge-components\free\android' does not exist.

Which seems to refer to this part of the `settings.gradle.kts`

https://github.com/joemasilotti/bridge-components/blob/67d2d3c7dad38b4e47e0a6057a9ce890366d45a2/examples/android/settings.gradle.kts#L22-L27

I also replaced

https://github.com/joemasilotti/bridge-components/blob/67d2d3c7dad38b4e47e0a6057a9ce890366d45a2/examples/android/app/build.gradle.kts#L47

with

```kts
implementation("com.github.joemasilotti:bridge-components:0.13.2")
```

Making these changes allowed me to build and run the app, so I think this reference to was left in by mistake.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start with examples/android/settings.gradle.kts at lines 22-27 and examples/android/app/build.gradle.kts at line 47. Sync the example in Android Studio to reproduce the missing local-path error, then verify the example builds and runs using the published dependency configuration without a machine-specific filepath.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, kotlin
Domain
build-system, mobile
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Clearly specified
Newbie friendliness
72/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.