# AndroidStudyLearn **Repository Path**: cccss/android-study-learn ## Basic Information - **Project Name**: AndroidStudyLearn - **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-12-22 - **Last Updated**: 2025-04-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #常用第三方库 1、万能ViewPager2适配器 介绍:https://juejin.cn/post/7276440197621432359 地址:https://github.com/lihangleo2/ViewPager2Demo 防抖音滑动,指示器 3、视频播放器:GsyVideoPlayer 4、图库选择器:PictureSelector 地址:https://github.com/LuckSiege/PictureSelector #常用命令 1、查看依赖:./gradlew :app:dependencies > t.txt 2、打包: gradlew assembleRelease 缩写gradlew aR gradlew assembleDebug 缩写gradlew assD 3、查看当前Activity:adb shell "dumpsys activity top | grep ACTIVITY | tail -n 1" 4、远程调试: adb tcpip 5555 adb connect device-ip-address:5555 5、查看包名: 输入命令:adb shell am monitor 然后启动需要获取包名的应用