티스토리 뷰

728x90
반응형

RN 앱과 unity를 연동하기 위해

@azesmway/react-native-unity 라이브러리를 설치하고 세팅을 한 후

빌드할 때 Could not determine the dependencies of task ':notifee_react-native:compileDebugAidl'.

에러가 나면서 빌드가 되지 않는 경우가 있다.

 

이럴 때는

 

프로젝트의 gradle.properties 에

unityStreamingAssets=.unity3d

를 추가해주고,

 

:azesmway_react-native-unity 의 build.gradle의 밑에서

dependencies {
    //noinspection GradleDynamicVersion
    implementation "com.facebook.react:react-native:+"  // From node_modules
    // implementation project(':unityLibrary') <-- delete this
    implementation files("${project(':unityLibrary').projectDir}/libs/unity-classes.jar")
}

delete this 라고 써둔 코드가 주석처리가 되어있지 않을텐데, 지우거나 주석처리하고 빌드하면 된다.

728x90
반응형
반응형
250x250
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/12   »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31
글 보관함