react-native-video error

来源:互联网 发布:固态用软件优化 编辑:程序博客网 时间:2024/04/30 08:52

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: 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 MainActivity2 errors:app:compileDebugJavaWithJavac FAILEDFAILURE: 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 FAILEDTotal time: 1 mins 17.722 secsCould 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 haveset 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

0 0
原创粉丝点击