# HarmonyOS-EasyBug **Repository Path**: musnows/harmony-os-easy-bug ## Basic Information - **Project Name**: HarmonyOS-EasyBug - **Description**: 鸿蒙小组作业2023年大三上 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-12-08 - **Last Updated**: 2024-02-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 项目依赖 * API 7 * dev stdio 3.1.0.501版本 启动的时候需要使用自己的`local.properties`,然后需要把`build.gradle`里面的如下`signingConfigs`内容**删除**,因为每次都需要自己生成一个签名才能在手机上运行。 ~~~ signingConfigs { debug { storeFile file('C:\\Users\\S2522\\.ohos\\config\\auto_debug_EasyBuy_com.example.hongproject.hmservice_390086000107479505.p12') storePassword '0000001B8A8D1EC5BEE41C657970DDDBBEE5297EBB7C11EEFDC5001CCCFCB13A1AAEB95E3520D1789D7036' keyAlias = 'debugKey' keyPassword '0000001B8D83BE4AAB3B370183578657F63C9E28892B3DEC1674B158927FC0311034B4438D87A4B9FBA143' signAlg = 'SHA256withECDSA' profile file('C:\\Users\\S2522\\.ohos\\config\\auto_debug_EasyBuy_com.example.hongproject.hmservice_390086000107479505.p7b') certpath file('C:\\Users\\S2522\\.ohos\\config\\auto_debug_EasyBuy_com.example.hongproject.hmservice_390086000107479505.cer') } } ~~~