refactor: remove non-build/deploy content from harmonyos-build-deploy skill

- Remove Wireless Debugging (hdc tconn) section — environment setup, not build/deploy
- Remove Restart App workflow — runtime operation, not build/deploy
- Remove aa dump -a command — runtime debugging, not build/deploy
- Remove duplicate Build Output Structure from device-installation.md
This commit is contained in:
cheliangzhao
2026-02-11 12:40:24 +08:00
parent d1d89b7225
commit 306be63b7c
3 changed files with 7 additions and 44 deletions

View File

@@ -152,18 +152,6 @@ Usage:
./install.sh 1234567890ABCDEF outputs/default/bundles/signed com.example.app
```
## Build Output Structure
```
outputs/
└── default/
└── bundles/
└── signed/
├── entry-default-signed.hap # Main entry HAP
├── feature-default-signed.hap # Feature HAP (if any)
└── *.hsp # Shared library modules
```
## Troubleshooting Details
### Error: "version code not same"