# react-native-player **Repository Path**: xieyang2020/react-native-player ## Basic Information - **Project Name**: react-native-player - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-30 - **Last Updated**: 2020-12-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react-native-player ### Android - AndroidManifest.xml 只写 `uses-permission` 就行了(不能有 `application`) - app/build.gradle 的 android > defaultConfig 中不能有 `applicationId` - app/build.gradle 的顶部是 `apply plugin: 'com.android.library'` 而不是 `apply plugin: 'com.android.application'` - app/build.gradle 的 `dependencies` 要使用 `compile` 而不是 `implementation` - 引入的第三方 lib 中不能使用 `.aar` 文件的 SDK