phoneclaw
A version of openClaw/Clawdbot that automates android phones entirely without root, including all apps from a side-loaded APK. Acts as your 24/7 personal assistant on your phone.
파일 탐색기
최종 버전 다운로드 (.zip)- codeStyleConfig.xml
- Project.xml
- .gitignore
- .name
- AndroidProjectSystem.xml
- compiler.xml
- deploymentTargetSelector.xml
- deviceManager.xml
- gradle.xml
- kotlinc.xml
- migrations.xml
- misc.xml
- runConfigurations.xml
- ExampleInstrumentedTest.kt
- AnimatedSphereView.kt
- FirstFragment.kt
- MainActivity.kt
- MyAccessibilityService.kt
- MyApplication.kt
- ScreenCaptureService.kt
- ScreenshotActivity.kt
- SecondFragment.kt
- Video.kt
- code_background.xml
- content_background.xml
- dialog_custom_cron.xml
- dialog_edit_code.xml
- gradient_background.xml
- ic_clear.xml
- ic_code.xml
- ic_delete.xml
- ic_edit.xml
- ic_history.xml
- ic_launcher_background.xml
- ic_launcher_foreground.xml
- ic_mic.xml
- ic_play.xml
- ic_refresh.xml
- ic_schedule.xml
- ic_task.xml
- ic_time.xml
- status_background.xml
- status_brackground.xml
- tab_background.xml
- toolbar_gradient.xml
- activity_main.xml
- activity_screenshot.xml
- content_main.xml
- dialog_custom_cron.xml
- dialog_edit_code.xml
- fragment_first.xml
- fragment_generation_history.xml
- fragment_scheduled_tasks.xml
- fragment_second.xml
- item_generation_history.xml
- item_scheduled_task.xml
- menu_main.xml
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_round.webp
- ic_launcher.webp
- ic_launcher_round.webp
- nav_graph.xml
- colors.xml
- dimens.xml
- strings.xml
- styles.xml
- themes.xml
- dimens.xml
- themes.xml
- themes.xml
- dimens.xml
- dimens.xml
- accessibility_service_config.xml
- backup_rules.xml
- data_extraction_rules.xml
- file_paths.xml
- AndroidManifest.xml
- ExampleUnitTest.kt
- .gitignore
- build.gradle.kts
- google-services.json.example
- proguard-rules.pro
- instagram_clawscript.txt
- medium_clawscript.txt
- tiktok_clawscript.txt
- twitter_clawscript.txt
- youtube_clawscript.txt
- gradle-wrapper.jar
- gradle-wrapper.properties
- libs.versions.toml
- .gitignore
- build.gradle.kts
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle.kts
- SKILL.md
- SuperPowers 4.png
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/rohanarun/phoneclaw
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd phoneclaw
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Gradle (Java/Kotlin)
보통 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- JDK (Java) Java/Kotlin 프로젝트를 빌드/실행하려면 필요합니다.
- Gradle 레포에 포함된 gradlew(Gradle Wrapper)를 쓰면 Gradle을 따로 설치할 필요가 없습니다.
cd app
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
./gradlew build
Gradle로 빌드를 진행합니다.
BUILD SUCCESSFUL 메시지가 뜨면 성공입니다. build/ 폴더에 결과물이 생성됩니다.
// repository documentation
Was this content helpful?
(0 ratings)
