# yunmusic2 **Repository Path**: halfBeta/yunmusic2 ## Basic Information - **Project Name**: yunmusic2 - **Description**: react native music android - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-03-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 目前仅实现了安卓端 * 使用git命令把项目克隆到本地 * 进入到项目目录,执行npm install安装项目依赖 * 执行react-native start开启服务 * 打开安卓模拟器,执行react-native run-android安装调试程序包进行开发调试 * 如何打包apk安装包,参考react-native官网步骤进行操作