Unity (Vuforia) project integrated in Android project shows a black screen on startup

前端 未结 2 788
日久生厌
日久生厌 2021-02-11 02:28

My situation:

I created an Android app and an AR Unity app that makes use of Vuforia 7.0.47. The Android app has lots of features, one of the features i

2条回答
  •  梦毁少年i
    2021-02-11 02:56

    As mentioned you have to add VuforiaWrapper.aar

    But sometimes you will have to add the dependency as

    implementation project(':VuforiaWrapper')
    implementation fileTree(dir: 'libs', include: ['*.jar'])
    

提交回复
热议问题