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
com.android.ddmlib.AdbCommandRejectedException: device offline
Unexpectederrorwhileexecuting:amstart-n"com.example.administrator.regeoquiz0/com.example.administrator.regeoquiz0.QuizActivity"-
aandroid
.intent.action
yangc_cong
·
2020-09-14 17:40
Android
Android Studio报错Error while executing: am start -n “com.lzy.app/com.lzy.app.Splash
今天真机运行项目发现报了这个错误:$adbshellamstart-n"com.app.yxsoft/com.baby.grow.ui.sys.SplashActivity"-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHERErrorwhileexecuting
沧海龙腾LV
·
2020-09-11 06:21
android
常用命令
仅供个人记录,没有参考价值,可直接忽略查看当前Activity(Mac)adbshelldumpsysactivity|grepmResume跳转至路由页adbshellamstart-
aandroid
.intent.action.VIEW-d"lagou
iblade
·
2020-09-11 01:57
Android
adb shell命令
adbshellamstart-
aandroid
.intent.action.CALLtel:xxxxx//拨打电话adbinstallE:\test.apk//安装apptestadbuninstall
俗世中沉浮者
·
2020-09-10 16:38
adb
android.intent.action.MAIN -c android.intent.category.LAUNCHER问题
./...LoginActivity"-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHERStarting:Intent{act=
爱乐写代码
·
2020-08-26 23:29
报错
android基础
运行时发生:android.intent.action.MAIN 与 android.intent.category.LAUNCHER
$adbshellamstart-n"com.hlx.administrator.hello/com.hlx.administrator.hello.MainActivity"-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHERUnexpectederrorwhileexecuting
凌冰_
·
2020-08-26 23:09
Android
Studio
Android从模拟器卸载app后再次从androidstudio启动报错Error: Activity class {com.xx}does not exist in react native
Errorwhileexecuting:amstart-n“com.angel.hand.checkin/com.angel.hand.checkin.Views.MainWindow.MainActivity”-
aandroid
天使手儿
·
2020-08-26 23:28
adb shell 命令行模拟发送开机广播android.intent.action.BOOT_COMPLETED测试开机自启动
以前测试总是傻傻的关机然后再开机再验证有没自启动,很浪费时间,现在发现原来可以通过adbshell命令模拟开机广播,记录下模拟开机广播adbshellambroadcast-
aandroid
.intent.action.BOOT_COMPLETED
野猿新一
·
2020-08-26 23:55
Java
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
昨夜剑客
·
2020-08-26 23:05
TextureView, SurfaceTexture与Surface的关系
Aandroid
.view.SurfacecreatedfromaSurfaceTexturecanbeusedasanoutputdestinationfortheand
guanguanboy
·
2020-08-26 23:04
Android
Error while executing: am start -n "com.loyal888.blog/com.loyal888.blog.activity.MainActivity" -a an...
adb安装会报如下错误:Errorwhileexecuting:amstart-n"com.loyal888.blog/com.loyal888.blog.activity.MainActivity"-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHERStarting
dljuj60224
·
2020-08-26 23:51
execlp启动android进程命令窗口通过adb shell 进入android 的Linux命令界面,输入am -help看到如下信息: 我们可以通过命令启动android中的
的Linux命令界面,输入am-help看到如下信息:我们可以通过命令启动android中的Activity,Service,BroadcastReceiver等组件1.拨打一个电话:amstart-
aandroid
.intent.action.CALL-dtel
hjh200507609
·
2020-08-25 17:37
android基础
Android现有工程接入RN开发
参考文章https://www.jianshu.com/p/6111d67f959
aAndroid
原生项目集成ReactNative将一个现有工程接入rn开放,中间会有不少坑,今天记录下步骤和遇到的几个坑和解决办法
_九卿_
·
2020-08-24 20:48
ios后台和android后台区别 iOS/Android系统多任务浅析
iOS与
Aandroid
操作系统的争论一直不休。双方的支持者都不甘示弱,都在谈,可谁又都谈不明白。说到多任务,我们就不得不谈Pushmail。这是一个很经典的(伪)多任务,黑莓靠这个一度称霸北美市场。
唸慈安
·
2020-08-24 19:06
快手测试开发-社招
details/867168292)n个有序数组合并成一个大的有序数组2.介绍一下在上一家公司的工作内容在上一家公司获得的成长问到一个测试工具的具体原理3)scheme跳转的命令adbshellamstart-
aandroid
.intent.action.VIEW-dhttp
nature_ph
·
2020-08-24 15:26
面试
Aandroid
NDK开发之串口控制
最近一个项目是android的系统,由于是工业产品,所以要用到串口,想着怎么去控制串口,有好些办法,最简单有效而且规范的办法就是google提供的NDK啦,其实还是蛮复杂的,因为android系统是个很花的系统,涉及到的知识面太广了。把代码贴在这,以后就不会忘了,嘎嘎.下面是NDK部分所有的代码,需要注意的地方在最后面再讲:/**Copyright2100Smallfish*****Iloveyo
Fisher_god_cao
·
2020-08-24 11:18
Android系统开发
Android 模拟命令
模拟启动bootcompletedambroadcast-
aandroid
.intent.action.BOOT_COMPLETED模拟升级echo-e"--update_package=/sdcard
Atlans
·
2020-08-23 10:09
如何通过adb shell am播放音视频文件
如何通過am啓動一個電話:amstart-
aandroid
.intent.action.CALL-dtel:10010如何使用alsa_aplay播放一個本地raw文件.alsa_aplay-C-Dhw
子夜蓝风
·
2020-08-22 19:35
Debug
Issue
更新android webview
中使用的webview可以使用第三方的,也可以使用sdk自带的,如果使用sdk中的webview版本就会调用androidsystemwebview,adb环境下可以通过adbshellamstart-
aandroid
.intent.action
zhaoyufei133
·
2020-08-20 13:14
[RK3399][Android7.1.1]Webview:更新webview到最新版本
测试平台Platform:RK3399OS:Android7.1.1现象首先查看当前webview的版本,使用如下命令查询adbshellamstart-
aandroid
.intent.action.VIEW-dhttps
风之空响
·
2020-08-20 13:01
Android
webview
Error while executing: am start -n 异常处理
./....view.activity.LoginActivity"-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHERErrorwhileexecuting
爱乐写代码
·
2020-08-20 12:07
报错
adb 启动 app
首先你要保证你的path路径配置了adb目录用adb启动appadbshellamstart-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHER-napp
搬砖的,请叫我开心
·
2020-08-20 11:33
Android
开发
如何用adb命令启动你的Android程序
adbshellamstart-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHER-nbreakan.test/breakan.test.TestActivity
和木匠
·
2020-08-20 10:14
ANDROID
android
profiling
returning
debugging
shell
file
Android adb 发送广播、启动Activity、Service等
{活动(activity)名称}adbshellamstart-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHER-n{包(package
Kitty_London
·
2020-08-20 08:18
Android应用
Android PackageManager源码浅析以及静默安装实现方式
Aandroid
应用管理>http://blog.csdn.net/sk719887916/article/details/50314017skay整理。
Tamic大白
·
2020-08-15 15:11
Android进阶
Android源码导读
android am pm命令
当你在adbshell命令下执行am命令:am你也可以在adbshell前执行am命令:adbshellamstart-
aandroid
.intent
ZalGGboy
·
2020-08-15 13:14
android
am
pm
Android studio 工具中的“Attach Debugger to Android Process”无效,没反应 解决方法
*"-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHERUnexpectederrorwhileexecuting:amstart-n"com
oneboyishappy
·
2020-08-15 06:12
android
jni
Aandroid
关于处理个推透传消息
packagecom.app.push;importandroid.content.Context;importandroid.os.Message;importcom.igexin.sdk.GTIntentService;importandroid.util.Log;importcom.igexin.sdk.message.GTCmdMessage;importcom.igexin.sdk.Pu
痞子2号
·
2020-08-11 01:31
Android
android studio 调试时出现Error while Launching activity
Errorwhileexecuting:amstart-n"com.quanziben.zengyinbao.activity/com.quanziben.zengyinbao.activity.SplashActivity"-
aandroid
.intent.action.MAIN-candroid.intent.category.L
mini韦
·
2020-08-08 23:37
报错
Android URL scheme
后来使用“adb-dshellamstart-dhaibintest://-
aandroid
.intent.action.VIEW”在终端联机调试,成功打开了app。于是知道浏览器不支持
男儿当自强-
·
2020-08-08 21:29
android
Starting: Intent { act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] cmp=com.
Errorwhileexecuting:amstart-n"com.pgz.main/com.pgz.main.MainActivity"-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHERStarting
JaneYork
·
2020-08-08 19:50
Android
Aandroid
应用icon动态加载到launcher方法及framework分析
Androidlauncher动态加载应用icon的方法在android应用开发中,我们会遇到应用icon需要动态加载到launcher中的问题。实现的方法是:privatePackageManagerpm;pm=context.getPackageManager();pm.setComponentEnabledSetting(newComponentName(context,"com.uid.p
王大锤扛刀
·
2020-08-07 19:54
Android
android系统
Aandroid
源码编译详解(一)
夏至了,又看到满世界的人讨论狗肉节,各位狗肉爱好者以及爱狗人士都别激动啊!好了废话不多说,进入我们的编译过程,在之前已经分享过了源码的下载以及编译环境的配置了,那么接下来就进行源码编译的过程,这里会按照一个正规的流程往下走,并说说某些阶段所做的事情以及一些常见的错误,又问题欢迎各位指点!一、目录结构在编译之前,我们先了解了解android源码的目录结构,先看下面的图:目录解析abi应用程序二进制接
变异的小江江
·
2020-08-07 11:02
android系统开发
7.0 CTS fail 项分析之google Issue (一)
google.gmsversion=7.0_r3cts测试工具:7.0_r11、CtsAppTestCases-armeabi-v7
aandroid
.app.cts.ActivityManagerTest
samsam2013
·
2020-08-07 10:30
GMS
adb命令集合
adbshellreboot-padbshellsvcpowershutdown重启命令adbrebootadbrebootrecoveryadbrebootbootloader//重启到bootloader,即刷机模式恢复出厂设置adbshellambroadcast-
aandroid
.intent.action.MASTER_CLEAR
傻熙Ta爸
·
2020-08-04 09:06
android
Android adb 启动应用
adb-dshellamstart-dsinaweibo://xxx-
aandroid
.intent.action.VIEW带参数命令:adb-dshellamstart-dsinaweibo://xxx
shine_yge
·
2020-08-04 09:04
bat脚本结合adb命令 拨打电话压力测试 自动化测试
:oneadbshellamstart-
aandroid
.intent.action.CALL-dtel:10086ping-n2027.0.0.1>nuladbshellinputkeyevent26adbshellamstar
shawn xie123
·
2020-08-04 08:53
adb命令
Android几种项目架构的优缺点
转载请注明:原文地址:https://www.jianshu.com/p/1912473dff9
aAndroid
几种项目架构的优缺点MVC架构MVC,即Model-View-Controller,基于页面逻辑的修改要多于业务逻辑
临海听风的世界
·
2020-08-04 07:20
Android项目架构比较
adb shell 基本命令
android的Linux命令界面,输入am-help看到如下信息:我们可以通过命令启动android中的Activity,Service,BroadcastReceiver等组件拨打一个电话:amstart-
aandroid
.intent.action.CALL-dtel
qq_27960029
·
2020-08-03 21:40
使用adb命令启动Android程序
有时需要在shell中启动Android应用程序,可通过如下方法格式为adbshellamstart-n包名/入口activity名称,如adbshellamstart-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHER-ncom.kugou.android
那颗流星
·
2020-08-03 20:04
ANDROID
命令行运行android模拟器
创建模拟器androidcreateavd--nameavd_4.1--target"android-16"--abiarmeabi-v7
aAndroid
4.1isabasicAndroidplatform.Doyouwishtocreateacustomhardwareprofile
iteye_17686
·
2020-08-03 18:51
转:adb shell start中启动activity和service
android的Linux命令界面,输入am-help看到如下信息:我们可以通过命令启动android中的Activity,Service,BroadcastReceiver等组件拨打一个电话:amstart-
aandroid
.intent.action.CALL-dtel
huangbo_2020
·
2020-08-03 17:27
adb
Aandroid
相册选取多个图片,gridview展示 ,集合添加 多个图片,删除等
首先对应的就一个activiy还有两个布局一个主布局一个是配置gridview子条目的下面撸代码publicclassGridviewjiuActivityextendsAppCompatActivity{privateGridViewgridView1;//网格显示缩略图privatefinalintIMAGE_OPEN=1;//打开图片标记privateStringpathImage;//选择
bbtianshi
·
2020-08-03 15:21
am命令发送广播以及查看已发送广播信息
am命令发送广播:ambroadcast-
aandroid
.intent.action.BOOT_COMPLETED就发送了一条开机广播,其他广播类似,其基本格式为:ambroadcast-a你的广播同样
凯文的内存
·
2020-08-03 12:36
Android
常用到的几个命令
adb查看手机当前运行Activity的包名命令行中输入:adbshell"dumpsyswindow|grepmCurrentFocus"adb发送开机adbshellambroadcast-
aandroid
.intent.action.BOOT_COMPLETED
zhanglihow
·
2020-08-03 09:21
工具
android su命令下chmod和mount指令失效
C:\Users\THINK>adbshellshell@mx4pro:/$susuentermainstartcommand:amstart-
aandroid
.intent.action.MAIN-ncom.android.settings
Fairy好菇凉
·
2020-08-03 04:03
Android Service、Messenger进程间通信
Aandroid
组件使用Service有两种方式,一种是启动方式,第二种是绑定方式。
林序
·
2020-08-03 01:49
Android
adb shell am start -a xx -d uri启动应用时uri中&后的参数没有了
问题复现场景在mac或windows下执行如下命令:adbshellamstart-
aandroid
.intent.action.VIEW-d"https://xxx?
liulijun-dev
·
2020-08-03 01:48
androd
cocos2dx 3.x 修改NDK_ROOT、ANDROID_SDK_ROOT、ANT_ROOT路径
Pythonsetup.py-h查看帮助:Options:-h,--helpshowthishelpmessageandexit-nNDK_ROOT,--ndkroot=NDK_ROOTdirectoryofndkroot-
aANDROID
_SDK_ROOT
R0CK-Y0U
·
2020-08-03 01:49
cocos2d-x
Android命令行启动app应用
总想找一种在命令行启动app的方法,使用am总是不成功,今天无意中看到一个国外的贴子,原来是am的参数搞错了,现记录如下:如activity描述为:则在adbshell或者minicom中输入的命令为:#amstart-
aandroid
.intent.action.MAIN-ncom.sziauto.test
jing_huanhuan
·
2020-08-03 00:38
Android
上一页
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
其他