NordicSemiconductor / Android-nRF-Toolbox

The nRF Toolbox is a container app that stores your Nordic Semiconductor apps for Bluetooth Low Energy in one location.
https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Toolbox
BSD 3-Clause "New" or "Revised" License
1.1k stars 464 forks source link

build failed. Unresolved reference: theme #118

Closed ViShadowFiend closed 2 years ago

ViShadowFiend commented 2 years ago

HI.

I'm trying to run the app, but I'm getting this build error image image

I've tried searching for the keywords theme and build failed, but didn't find any relevant solutions

I noticed that the readme documentation mentions the folder structure

image

But this image is no longer available

image

My As version is:

image

My holder structrue is:

image

image

And I use the latest code commit:

image

Please how to solve this build error,

Thank you!

teodf commented 2 years ago

Hello,

You can change import no.nordicsemi.android.theme.ScreenSection by import no.nordicsemi.android.material.you.ScreenSection

ViShadowFiend commented 2 years ago

Hello,

You can change import no.nordicsemi.android.theme.ScreenSection by import no.nordicsemi.android.material.you.ScreenSection

Yeah, thank you!