E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
aandroid
MuMu模拟器Tips
adb连接到MuMu:adbconnect127.0.0.1:7555打开Wifi设置adbshellamstart-
aandroid
.intent.action.MAIN-ncom.android.settings
_Walker__
·
2024-02-01 15:37
Error while executing: am start -n
今天真机运行项目发现报了这个错误:Errorwhileexecuting:amstart-n"pagekageName/pagekageName.ac.WelcomeActivity"-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHERStarting
还有什么是不能的
·
2023-11-24 21:23
安卓修改applicationId与package不一致报错
adbshellamstart-n"com.example.becon.myapplication.haha/com.example.becon.myapplication.MainActivity"-
aandroid
.intent.action.MAIN-candroid.intent.category
梦自己圆
·
2023-11-24 11:29
Android高级实践分享
Android进阶之旅:https://www.jianshu.com/p/c0ec2a7fc26
aAndroid
自定义view进阶:Android进阶之旅-自定义View篇-简书
峰哥的Android进阶之路
·
2023-11-13 14:24
android
adb进阶
#9646633#adbpushD:\log\fileName/storage/emulated/0adbinstall-tpath强制安装adbinstall-rpath替换安装adbshellamstart-
aandroid
.media.action.STILL
super_note
·
2023-10-31 02:00
【VR】【Unity】如何调整Quest2的隐藏系统时间日期
将下面的命令复制到命令行,点击运行:adbshellamstart-
aandroid
.intent.a
每日出拳老爷子
·
2023-10-17 07:10
VR和Unity游戏开发
vr
unity
游戏引擎
Error while executing: am start -n "" -a android.intent.action.MAIN -c android.intent.category.LA...
安卓build时出现Errorwhileexecuting:amstart-n""-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHER-D
fhclk
·
2023-10-07 08:52
在root环境下使用shell命令调用飞行模式
shell命令privatefinalstaticStringCOMMAND_AIRPLANE_ON="settingsputglobalairplane_mode_on1\n"+"ambroadcast-
aandroid
.intent.action.AIRPLANE_MODE
CLBAdai
·
2023-10-06 23:29
客观题:Android基础【基础题】
A.JavaB.AndroidC.CD.C++正确答案:
AAndroid
四层架构通常指的是Android应用的四个关键组件,包括:应用层(ApplicationLayer):这是最顶层的层次,包括用户界面
修炼室
·
2023-09-27 04:24
Android
android
客观题
重启手机
测试调用:execCommand(newString[]{"ambroadcast-
aandroid
.intent.action.BOOT_COMPLETED"},true,true);方法:/***executeshellcommands
Cheep
·
2023-09-14 11:13
android使用adb开启无障碍的方式
为方便调试,直接命令行进入设置无障碍,这最大程度的提高开发效率:adbshellamstart-
aandroid
.settings.ACCESSIBILITY_SETTINGS如果在代码中引用该字符串,
ReadyShowShow
·
2023-09-12 20:22
android
android
studio
android-studio
测试onDraw(),onMeasure(),onLayout()不同API调用次数
()*3onLayout()*2onDraw()*2测试机:模拟器Android5.0API23:onMeasure()*2onLayout()*2onDraw()*2测试机:XiaoMiRedmi4
AAndroid
6.0.1
MisterT
·
2023-08-31 08:58
Flutter开发- iOS 问题CocoaPods not installed or not in valid state
未安装看第4步2、已经安装了CocoaPods,还出现了图中的提示,你可能已经猜到是Androidstudio出现了问题,但是常规的关闭再打开的方式无法解决此问题,需使用终端打开3、打开方法open-
aAndroid
LoveShadowing
·
2023-08-31 06:03
#Flutter实践问题收集
iOS
bug集
flutter
ios
cocoapods
Android:发布运行时“com.example.myapplication/com.example.myapplication.MainActivity“ -a android.intent.ac
一、在我复制别人的代码时出现"com.example.myapplication/com.example.myapplication.MainActivity"-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHER
豆沙***
·
2023-08-31 03:04
android
ADB打开网页
命令如下:adbshell打开网站amstart-
aandroid
.intent.action.VIEW-dhttp://www.baidu.com即可。
mafanwei
·
2023-08-17 08:10
Adb发送特定广播给App和App获取权限的命令
需要先adbrootadbremount1.发送广播给指定应用:adbshellambroadcast-
aandroid
.intent.action.BOOT_COMPLETED-ncom.fca.ucon
kururunga
·
2023-08-09 09:18
adb
华为
Aandroid
8.0手机
Log如下:java.lang.IllegalStateException:Onlyfullscreenopaqueactivitiescanrequestorientation解决办法:在BaseActivity中的onCreate方法进行处理@OverrideprotectedvoidonCreate(BundlesavedInstanceState){if(Build.VERSION.SDK
被时光移动的城
·
2023-08-07 05:00
adb笔记
打开拨号盘adbshellamstart-
aandroid
.intent.action.DIAL-dtel:*该命令通过dumpsyswindow命令获取当前设备的窗口信息,并使用grepmCurrentFocus
for_syq
·
2023-07-28 04:17
个人感悟
adb
笔记
包体积优化
Aandroid
的安装包APK文件本身就是个压缩文件,把后缀改成.zip,解压后,能看到安装包的内容包括要减少安装包体积的本质就是减少包内的文件大小1.assets2.res3.*.dex,Dalvik
偷影子的人baby
·
2023-07-21 22:41
Kotlin第三章:AndroidUI简介
常见的基础布局容器笔记来源https://songyubao.com/book/primary/ui/viewgroup.html视频来源https://www.bilibili.com/video/BV1264y1474
AAndroid
是赵敢敢啊
·
2023-04-06 08:59
kotlin
Android
kotlin
android
Error while executing: am start -n
LaunchActivity具体信息如下:Errorwhileexecuting:amstart-n"my.test.app/com.seal.main.activity.SplashActivity"-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHERStarting
CZKGO
·
2023-04-01 23:34
常用ADB命令
例如:adbinstallc:/NetScramble_1.1.apk安装apkadbshellrmdata/app/NetScramble_1.1.apk卸载apk#adbshell#amstart-
aandroid
.intent.action.VIEW-d'http
神的漾
·
2023-03-28 10:18
Error while executing: am start -n
,郁闷,,错误为:Errorwhileexecuting:amstart-n"com.nxhope.guyuan/com.nxhope.guyuan.activity.SplashActivity"-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHERStar
拍手狂歌
·
2023-03-18 14:25
【群控】通过adb命令实现接打电话&发短信脚本
接打电话操作:呼出电话:adbshellamstart-
aandroid
.intent.action.CALL-dtel:{$phone_number}接电话:a
Sunraych
·
2023-03-15 10:47
Android
android
群控
Error while executing: am start -n "pagekageName/pagekageName.ac.WelcomeActivity" -a android.inte...
今天真机运行项目发现报了这个错误:Errorwhileexecuting:amstart-n"pagekageName/pagekageName.ac.WelcomeActivity"-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHERStarting
XiaoXred
·
2023-03-10 07:19
adb shell常用命令
adbshell进入手机(也可直接使用adbshell加下面的命令):启动amstart-
aandroid
.intent.action.MAIN-ncom.zhujh.test/.MainActivity
zhujunhua
·
2023-02-17 09:48
Android系统测试常用ADB命令
adbdevices遍历设备的SN号2、adbversion查看adb的版本3、adbroot/adbremount获取root权限4、adbhelp查看adb命令的使用方法5、ambroadcast-
aandroid
.intent.action.MEDIA_MOUNTED-dfile
Sh44wn
·
2023-02-07 05:32
Error while executing: am start -n "com.mibeeiot.myapplication/com.mibeeiot.myapplication.MainAct...
错误日志:Errorwhileexecuting:amstart-n"com.mibeeiot.myapplication/com.mibeeiot.myapplication.MainActivity"-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHERStarting
feng_wy
·
2023-02-05 04:09
魅族手机调试Error while Launching activity
$adbshellamstart-n"com.xx.xxx/com.xx.xxx.WelcomeActivity"-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHERErrorwhileexecuting
帅气企鹅
·
2023-02-01 12:11
二、编译ffmpeg
编译环境Ubuntu14.04Ffmpeg2.5.2Anroid-ndk-r9d-Linux-x86_64编译前的准备查看ubuntu的版本是32位还是64位uname-
aandroid
-ndk需要和ubuntu
秋风潇潇1992
·
2023-01-29 21:37
iapp shell
路径/”,true,bb)[修改系统某文件权限]esl(“chmod777/路径/”,true,bb)[删除文件(夹)]esl(“rm-r/路径”,true,bb)[拨打电话]sa=“amstart-
aandroid
.intent.action.CALL-dtel
酷酷的飞哥
·
2023-01-29 01:56
Aandroid
任务篇
任务:将activity生命周期用log打印出来,设置点击事件,最终实现一个webview,简单的网页浏览器遇见不会的知识,知识点一定要学会利用网络去查找学习,上各种博客学习,基本都有的当然也可以问学长们1.打开AndroidStudio,创建新的工程(newproject)--next选empty模块next---finish创建完成选区_010.png接下来就可以开始工作-打印activity
messi_wpy
·
2023-01-27 03:01
Android DocumentFile基本使用
方案申请权限选择的目录树后,后续所以文件操作都需要按照此目录树为基础做文件操作Uri的构造:“content://com.android.externalstorage.documents/tree/primary%3
AAndroid
Just_Paranoid
·
2022-07-31 07:25
Android
android
DocumentFile
SAF
RK3368-android8.1-每天凌晨3点自动重启机器
1.要实现这个功能,我的思路是使用指令:reboot2.在广播中重启机器:ambroadcast-
aandroid
.intent.action.reboot3.在脚本中发广播让机器检测到对应的时间就发广播
旋风旋风
·
2022-07-22 10:58
Android
android
Android11 内部存储访问权限问题记录
Stringstr="content://com.android.externalstorage.documents/tree/primary%3
AAndroid
%2Fobb";Stringstr2="
明日未期
·
2021-06-23 10:47
Android 安装错误 Error while executing: am start -n
报:Errorwhileexecuting:amstart-n"pagekageName/pagekageName.ac.SpActivity"-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHERStarting
暮雨_lzw
·
2021-06-04 06:11
Android面试题大全-计算机网络篇
题库汇总目录https://www.jianshu.com/p/172d63e0744
aAndroid
大厂高频面试题目,所有题目都是来自于一线大厂真题,题目还会继续填充,答案正在完善中....一、Android
感召的鳞
·
2021-05-07 02:23
通过命令行测试Scheme
通过命令行测试Scheme:adbshellamstart-a[action]-d[uri][packagename]比如:adbshellamstart-
aandroid
.intent.action.VIEW-d"custom-scheme
VictorLiang
·
2021-04-30 12:24
Android面试题大全-数据结构篇
题库汇总目录https://www.jianshu.com/p/172d63e0744
aAndroid
大厂高频面试题目,所有题目都是来自于一线大厂真题,题目还会继续填充,答案正在完善中....一、Android
感召的鳞
·
2021-04-21 09:59
Android面试题大全-高并发篇
题库汇总目录https://www.jianshu.com/p/172d63e0744
aAndroid
大厂高频面试题目,所有题目都是来自于一线大厂真题,题目还会继续填充,答案正在完善中....一、Android
感召的鳞
·
2021-04-19 05:23
Android面试题大全-设计模式篇
题库汇总目录https://www.jianshu.com/p/172d63e0744
aAndroid
大厂高频面试题目,所有题目都是来自于一线大厂真题,题目还会继续填充,答案正在完善中....一、Android
感召的鳞
·
2021-04-18 08:33
Android面试题汇总-基础篇
题库汇总目录https://www.jianshu.com/p/172d63e0744
aAndroid
大厂高频面试题目,所有题目都是来自于一线大厂真题,题目还会继续填充,答案正在完善中....一、Android
感召的鳞
·
2021-04-18 00:57
Android面试题大全-Java基础篇
题库汇总目录https://www.jianshu.com/p/172d63e0744
aAndroid
大厂高频面试题目,所有题目都是来自于一线大厂真题,题目还会继续填充,答案正在完善中....一、Android
感召的鳞
·
2021-04-15 06:31
Android面试题大全-性能优化篇
题库汇总目录https://www.jianshu.com/p/172d63e0744
aAndroid
大厂高频面试题目,所有题目都是来自于一线大厂真题,题目还会继续填充,答案正在完善中....一、Android
感召的鳞
·
2021-04-14 20:48
2020年最新Android面试大厂高频面试题
题库汇总目录https://www.jianshu.com/p/172d63e0744
aAndroid
大厂高频面试题目,所有题目都是来自于一线大厂真题,题目还会继续填充,答案正在完善中....一、Android
感召的鳞
·
2021-04-13 09:01
android6.0升级webview内核(方法:更改系统SDK)
RK3368,安卓6.0,64位系统把webview内核更新成google最新的chrome内核1.先查看系统webview版本adb可以使用情况下,linux环境输入:adbshellamstart-
aandroid
.intent.action.VIEW-dhttps
yellowmid2013
·
2020-12-10 11:37
java
安卓
android
Android-ProgressBar进度条控件详解
ProgressBar实现
AAndroid
布局是可以预览的,这样就可以简单的实现一个ProgressBar,默认样式如下图:ProgressBar.pngProgressBar样式ProgressBar
阿博聊编程
·
2020-11-15 20:14
Aandroid
组件化模块化架构
这几年一直忙去项目和家庭,作为快开发10年工程师,经历了移动最辉煌的时代,也经历低落的时段,做过了几万用户-百万等等无数项目,也许将要面临转行等等,在疫情这次大灾难下,让我深深感受我们身处了一个幸福的时代,我们不应该敢于平庸,不能随波逐流,才把最近几年项目中组件化、插件化、热更新、路由、mvp、插拔式服务都会慢慢开源出来,项目代码开源https://gitee.com/applehsp/Andro
尐噺
·
2020-09-16 14:46
Android
开发
android架构
安卓组件化
模块化
移动开发
svn仓库迁移实践
home/svn/project,仓库根目录下是dev文件夹,dev文件夹下则是一系列的android项目、ios项目、server项目以及若干文档,具体如下:project|dev|android_
aandroid
_bandroid_c
Dancen
·
2020-09-15 16:39
运维
svn
tortoisesvn
cocos2dx 3.x 修改NDK_ROOT、ANDROID_SDK_ROOT、ANT_ROOT路径
Pythonsetup.py-h查看帮助:Options:-h,--helpshowthishelpmessageandexit-nNDK_ROOT,--ndkroot=NDK_ROOTdirectoryofndkroot-
aANDROID
_SDK_ROOT
a5607754
·
2020-09-15 13:30
移动开发
python
游戏
上一页
1
2
3
4
5
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他