# native_mix_teach **Repository Path**: myprojectcode/native_mix_teach ## Basic Information - **Project Name**: native_mix_teach - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-04 - **Last Updated**: 2025-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README * 打开Android模拟器 ``` cd ~/Library/Android/sdk/tools && ./emulator -avd Pixel_2_API_35 ``` * 打开iOS模拟器 ``` open -a Simulator && xcrun simctl boot CAFF00DE-F624-444A-B129-A2A4BD13F51 ``` * 运行flutter ``` flutter run -d "iPhone 15 Pro" flutter run -d "sdk gphone16k x86 64" ``` * 其他命令 ``` 按 r 键:热重载 (Hot reload) 按 R 键:热重启 (Hot restart) 按 h 键:查看所有可用的交互命令 按 q 键:退出应用 按 c 键:清屏 ``` * issue 1.> Failed to ping owner of lock for journal cache (/Users/guanrunbai/.gradle/caches/journal-1) (lock id: -99677407859404674, port: 50435) ``` flutter clean flutter pub get cd android ./gradlew --stop ```