# android_game_learn **Repository Path**: lujianfei/android_game_learn ## Basic Information - **Project Name**: android_game_learn - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-19 - **Last Updated**: 2025-02-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 编译 ``` ./gradlew :app:assembleDebug ``` ## 安装 ``` adb install app/build/outputs/apk/debug/app-debug.apk ```