加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

react-native-video error

发布时间:2020-12-15 03:31:06 所属栏目:百科 来源:网络整理
导读:react-native-video error Users/holoto/WebstormProjects/demo/android/app/src/main/java/com/demo/MainActivity.java: 4 : error: cannot find symbolimport com.brentvatne.RCTVideo.ReactVideoPackage; ^ symbol: class ReactVideoPackage location: pa

react-native-video error

Users/holoto/WebstormProjects/demo/android/app/src/main/java/com/demo/MainActivity.java:4: error: cannot find symbol
import com.brentvatne.RCTVideo.ReactVideoPackage;
                              ^
  symbol:   class ReactVideoPackage
  location: package com.brentvatne.RCTVideo
/Users/holoto/WebstormProjects/demo/android/app/src/main/java/com/demo/MainActivity.java:46: error: cannot find symbol
            new ReactVideoPackage(),^
  symbol:   class ReactVideoPackage
  location: class MainActivity
2 errors
:app:compileDebugJavaWithJavac FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:compileDebugJavaWithJavac'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 1 mins 17.722 secs
Could not install the app on the device,read the error above for details.
Make sure you have an Android emulator running or a device connected and have
set up your Android development environment:
https://facebook.github.io/react-native/docs/android-setup.html

code

Check “`
android/app/src/main/java/com/{你的rn项目名称}/MainActivity.java

 

import com.brentvatne.RCTVideo.ReactVideoPackage;

to

import com.brentvatne.react.ReactVideoPackage;
“`

参考

https://github.com/brentvatne/react-native-video/issues/217

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读