zyslife/react-native-head-tab-view

想看看你的demo,但是安卓跑不起来

bolan9999 opened this issue · 0 comments

Describe the bug

克隆demo下来在android studio 2020.3.1 上报错

Expected behavior

FAILURE: Build completed with 4 failures.

1: Task failed with an exception.
-----------
* Where:
Script '/Users/mac/Documents/WorkSpace/react-native-head-tab-view/Example/node_modules/@react-native-community/cli-platform-android/native_modules.gradle' line: 121

* What went wrong:
Execution failed for task ':app:generatePackageList'.
> argument type mismatch

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

2: Task failed with an exception.
-----------
* What went wrong:
A problem was found with the configuration of task ':react-native-community_masked-view:checkDebugManifest' (type 'CheckManifest').
  - Type 'com.android.build.gradle.internal.tasks.CheckManifest' property 'manifest' has @Input annotation used on property of type 'File'.
    
    Reason: A property of type 'File' annotated with @Input cannot determine how to interpret the file.
    
    Possible solutions:
      1. Annotate with @InputFile for regular files.
      2. Annotate with @InputDirectory for directories.
      3. If you want to track the path, return File.absolutePath as a String and keep @Input.
    
    Please refer to https://docs.gradle.org/7.0.2/userguide/validation_problems.html#incorrect_use_of_input_annotation for more details about this problem.

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

3: Task failed with an exception.
-----------
* What went wrong:
A problem was found with the configuration of task ':react-native-community_masked-view:packageDebugResources' (type 'MergeResources').
  - Type 'com.android.build.gradle.tasks.MergeResources' property 'resourcesComputer' is missing an input or output annotation.
    
    Reason: A property without annotation isn't considered during up-to-date checking.
    
    Possible solutions:
      1. Add an input or output annotation.
      2. Mark it as @Internal.
    
    Please refer to https://docs.gradle.org/7.0.2/userguide/validation_problems.html#missing_annotation for more details about this problem.

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

4: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':react-native-community_masked-view:compileDebugJavaWithJavac'.
> Failed to query the value of task ':react-native-community_masked-view:compileDebugJavaWithJavac' property 'options.generatedSourceOutputDirectory'.
   > Querying the mapped value of map(java.io.File task ':react-native-community_masked-view:compileDebugJavaWithJavac' property 'annotationProcessorSourcesDirectory' org.gradle.api.internal.file.DefaultFilePropertyFactory$ToFileTransformer@4cdc3ebb) before task ':react-native-community_masked-view:compileDebugJavaWithJavac' has completed is not supported

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

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/7.0.2/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 6s

找了一下你用的maskview也没找到解决办法

Package versions

  • React: 16.13.1
  • React Native: 0.63.4
  • React-Native-Gesture-Handler: 1.6.1