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
Error type 3 Error: Activity class {...} does not exist.
Errorwhileexecuting:amstart-n"com.example.yang.myapplication/com.example.yang.myapplication.MainActivity"-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHERStarting
Mr丶YangZCH
·
2020-08-02 22:39
android
通过adb 发送广播
:发送一个广播举例:adbshellambroadcast-a"send_by_frank_test"(发送一个广播send_by_frank_test)举例:adbshellambroadcast-
aandroid
.intent.action.MASTER_CLEAR
wh_19910525
·
2020-08-01 06:31
android-源码开发
嵌入式技术
Aandroid
选项菜单实例 二级菜单、静态菜单、动态菜单、菜单动态修改
switch_menu.xmlMainActivity.javapublicclassMainActivityextendsAppCompatActivity{//动态菜单定义菜单项常量finalstaticintMENU_ADD=Menu.FIRST;//添加finalstaticintMENU_SAVE=Menu.FIRST+1;//保存finalstaticintMENU_DELETE=Me
墨轩.
·
2020-07-30 16:57
android
转载
选项菜单
二级菜单
静态菜单
动态菜单
菜单动态修改
android 代码控制飞行模式开关 支持4.2以上 root
4.2一下的privatefinalstaticStringCOMMAND_AIRPLANE_ON="settingsputglobalairplane_mode_on1\n"+"ambroadcast-
aandroid
.intent.action.AIRPLANE_MO
Mark_YPQ
·
2020-07-30 09:03
安卓
autojs root和免root的开关飞行模式的方法
第一种rootfunction打开飞行模式(){//打开飞行模式newShell().exec("su-c'settingsputglobalairplane_mode_on1;ambroadcast-
aandroid
.intent.action
九黎AJ
·
2020-07-30 07:44
autojs
auto.js
Android中Tab类型主界面大总结一共5种方式
篇文章出处:1、http://blog.csdn.net/lmj623565791/article/details/247409772、http://www.jianshu.com/p/adf7a994613
aAndroid
火神漫步
·
2020-07-28 15:48
Android开发实践
通过system调用Am命令执行动作
在底层代码中看到这样一条语句:system("/system/bin/sh-c\"ambroadcast-
aandroid
.intent.action.AT_AIRPLANE_MODE--ezstatetrue
weixin_33730836
·
2020-07-15 04:28
Android Studio Error: Activity class {com.example/com.example.MainActivity} does not exist.原因及解决办法
过了一个假期,开学了,想敲一个安卓进行练习,结果踩坑了Errorwhileexecuting:amstart-n“com.example/com.example.MainActivity”-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHERStarting
胡小鸿吖~
·
2020-07-14 21:38
练习
recyclerView 进阶知识
一初级篇1.请参照csdn上我的两篇:
aandroid
5.0新特性RecyclerView使用初级bGroup分组列表的实现RecyclerView,实现不同类型的item组合列表二进阶知识点:1.设置
nothingwxq
·
2020-07-14 04:51
Android中通过system调用Am命令执行动作
Android中通过system调用Am命令执行动作在底层代码中看到这样一条语句:system("/system/bin/sh-c\"ambroadcast-
aandroid
.intent.action.AT_AIRPLANE_MODE
lovewlforever
·
2020-07-14 01:51
Android底层
Am命令用法
那么在手机连接adb后,可通过am命令做很多操作:(1)拨打电话10086adbshellamstart-
aandroid
.intent.action.CALL-dtel:10086(2)打开网站www.gityuan.comadbshellamstart-
aandroid
.intent.action.VIEW-dhttp
alifrank
·
2020-07-13 02:42
Android
【安卓错误】Error while executing: am start -n 解决方案
问题描述安卓连接真机时编译成功,最后安装时显示失败:Errorwhileexecuting:amstart-n“com.test.BTClient/com.test.BTClient.MainActivity”-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHERStarting
废人一枚
·
2020-07-12 17:04
#
安卓常见错误汇总
Error
while
安卓错误
am
start
-n
android自动化测试学习心得,用for循环实现连续拨打电话
代码如下:importtimeimportosnumber=[10086,]fornuminnumber:#拨打电话call=os.popen('adbshellamstart-
aandroid
.intent.action.CALL-dtel
奶油小爪子
·
2020-07-12 14:51
app自动化
Aandroid
中https请求的单向认证和双向认证
一、HTTPS单向认证1.给服务器生成密钥keytool-genkeypair-aliasskxy-keyalgRSA-validity3650-keypass123456-storepass123456-keystoreskxy.keystore2.给Tomcat服务器配置Httpstomcat/config/server.xml修改connector配置3.导出证书keytool-export
skxy
·
2020-07-12 02:51
Android
Android 首字母索引
Aandroid
首字母索引在一般具有选择联系和城市列表的功能的App中都是非常常见,并且实用性很高。
宋大人-专注
·
2020-07-11 23:31
android
Android Studio升级 3.3.2 后的坑
Studio升级后报下边的错:Errorwhileexecuting:amstart-n"com.boyou.boyou/com.boyou.boyou.activity.LoginActivity"-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHERStarting
Bill-Dil
·
2020-07-08 19:40
Studio
Android studio运行安装APP报错,安装不上去
报错日志Errorwhileexecuting:amstart-n"xxx.xxx.xxx/xxx.xxx.xxx.MainActivity"-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHERStarting
落幕-无悔
·
2020-07-08 08:45
异常整理
Android实用技巧之adb命令:am 命令的使用
例如:adbshellamstart-
aandroid
.intent.action.VIEW可用
御诺诺诺诺诺诺诺
·
2020-07-07 18:02
ADB
flutter安卓下对各种指令集的选择编译
比如一台arm64的安卓先去lib/arm64-v8a下找so,如果目录存在但so不存在就报错,如果目录不存在就去armeabi-v7a目录下找,flutter是支持arm64-v8aarmeabi-v7
aandroid
-x64android-x86
种豆得豆1986
·
2020-07-07 12:31
技术
Error while executing: am start -n错误解决方案
今天真机运行项目发现报了这个错误:Errorwhileexecuting:amstart-n"pagekageName/pagekageName.ac.WelcomeActivity"-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHERStarting
chunqiuwei
·
2020-07-07 05:14
android
flutter默认引擎支持的cpu指令集
版本不包含armeabi版本android-arm-profileandroid-arm-releaseandroid-arm64解压缩里面的flutter.jar,lib目录下只包含arm64-v8
aandroid
-arm64
种豆得豆1986
·
2020-07-06 16:49
Error while executing: am start -n "" -a android.intent.action.MAIN -c android.intent.category.LAUNC
Errorwhileexecuting:amstart-n"package_name/package_name.MainActivity"-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNC
可乐淘
·
2020-07-02 10:37
Android异常收集
Android介绍
Aandroid
是包括基于移动设备上的操作系统、中间件、关键应用的一组软件。而AndroidSDK提供了在Android平台上开
hqhe_nj
·
2020-07-02 03:53
android
eclipse
application
eclipse插件
service
linux
修改应用 applicationid 后运行,报找不到 Mainactivity
错误:Errorwhileexecuting:amstart-n"cgjr.com.cgjr/cgjr.com.cgjr.MainActivity"-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHERStarting
yoomaz
·
2020-07-01 14:58
HTTP,TCP,UDP的理解和使用
参考资料http://www.jianshu.com/p/1ae1170b9a9
aAndroid
开发进阶一、Http理解Http是一种应用层的协议,它基于TCP协议来进行数据传输。
石器时代小古董
·
2020-06-29 08:27
Aandroid
截屏遇到SurfaceView
最近做项目遇到个问题,网上搜索了一下,很多人也遇到这个问题,觉得很有必要拿出来说一下,做个总结!嗯,内容精华,千万别错过!项目具体的需求说起来又要大费周章说半天,我就直接简单地说下我们的目的是什么,很简单就是把拍摄的照片和自定义view原样显示(简单理解就是截屏)如下图空白区域就是SurfaceView,空白区域的上方有个刻度尺,我们的目的就是要使拍摄的照片上存在这个刻度尺,这个刻度尺是自定义vi
何以解惑
·
2020-06-27 04:15
Android
ERROR: Failed to resolve: com.serenegiant:common:2.12.4
集成UVCCamera报错
Aandroid
集成UCV多路摄像头报错问题1ERROR:Failedtoresolve:com.serenegiant:common:2.12.4ShowinProjectStructuredialog
木子102
·
2020-06-25 14:46
android碎片
java
Android 使用ADB命令启动浏览器并访问指定的URL
throwsUiObjectNotFoundException{StringurlStr="https://chat.whatsapp.com/JAtjHKiOxiZExdhP04Jfa2";//要访问的URLStringopCmd="amstart-
aandroid
.intent.action.VIEW
qq_34459504
·
2020-06-25 08:36
android
AndroidStudio报错-Waiting for process to come online
$adbshellamstart-n"com.example.administrator.e3/com.example.administrator.e3.MainActivity"-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHERClientnotreadyyet
lady_killer9
·
2020-06-24 02:12
AndroidStudio
学习笔记
Android 死锁问题分析记录
12Blocked...atActivityManagerService.updateCpuStatsNow(ActivityManagerService.java:3107)-waitingtolock(
aandroid
.util.SparseArra
安德路
·
2020-06-22 21:07
Framework
魅族Flyme如何删除系统内置应用
我的系统配置版本号:Flyme6.1.00
AAndroid
版本:5.1缘起内置的小应用如游戏、新闻资讯,太烦人了,总弹出消息推送,无法屏蔽。
叶世清pageYe
·
2020-04-06 16:38
ADB指令 - 拨打电话与发送短信
1.拨打与挂断电话adbshellamstart-
aandroid
.intent.action.CALLtel:xxxxx//拨打电话adbshellservicecallphone11//查询状态,来电时查询为
望舒妈妈
·
2020-03-28 12:47
微信读书产品体验报告
一、产品概况1.1体验环境体验产品:微信读书产品类型:图书阅读软件版本:3.1.8设备型号:RedmiNote5
AAndroid
体验时间:2018-11体验人:Cinnamon1.2产品定位微信读书是广州腾讯科技有限公司于
jianshuyi
·
2020-03-27 14:27
人人视频产品体验报告
一、产品概况1.1体验环境体验产品:人人视频产品类型:聚合视频软件版本:3.8.3设备型号:RedmiNote5
AAndroid
体验时间:2018-06体验人:Cinnamon1.2产品定位logo人人视频
jianshuyi
·
2020-03-25 13:28
Error while executing: am start -n "com.lygoodparking.app/com.lygoodparking.app.ui.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER Starting: Intent { act=android.intent
一直没反应,打不开Errorwhileexecuting:amstart-n"com.lygoodparking.app/com.lygoodparking.app.ui.MainActivity"-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHERStarting
筱宓dawnLing
·
2020-03-23 18:40
五、
Aandroid
数据业务APN参数的开机默认使能
在DcTracker的创建及准备工作中,initApnContexts()将初始化好当前系统支持的ApnContexts类型,但是这些APN参数默认都是没有被Enable的,只有当APN被Enable之后,该APN才可以被使用,下面我们就来看如何将一个APN参数激活protectedvoidinitApnContexts(){//Loaddevicenetworkattributesfromres
xiabodan
·
2020-03-16 08:41
什么是Fragmnet
Fragment是
Aandroid
3.0后引用的一个新的API,其出现的初衷是为了适应大屏幕的电脑,我们可以把它看成小型activity,常被称为actvity片段。
阿运鸣鸣
·
2020-03-07 17:40
Android DeepLink
注意,这样声明将同时支持两种DeepLink的调用(一般都是需要2种都支持的)adbshellamstart-W-
aandroid
.intent.action.VIEW-d"example://gizmos"adbshe
dingbuoyi
·
2020-02-29 03:15
adb shell 与 Android 总结及问题
Service、Broadcast,杀进程,监控等功能:1.启动Activity:adbshellamstart[options](可使用am-h查看帮助)(1)拨打一个电话:adbshellamstart-
aandroid
.intent.action.CALL-dtel
叛逆的青春不回头
·
2020-02-24 16:40
小项目代码记录
1.测试程序启动无lancheradbshellamstart-
aandroid
.intent.action.MAIN-ncom.package/com.package.PayActivity2.普通正则
龙龙有药
·
2020-02-14 19:40
2020-01-16 Error while Launching activity 应用在真机跑不起来的解决办法
Errorwhileexecuting:amstart-n"com.XXXX.xxxx/com.xxxx.xxxx.activity.InitActivity"-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHERStarting
CVD
·
2020-02-14 09:31
小红书产品体验报告
一、产品概述1.1体验环境体验产品:小红书软件版本:v.5.17.0设备型号:RedmiNote5
AAndroid
体验时间:2018-06体验人:Cinnamon1.2产品定位logo小红书APP于2013
jianshuyi
·
2020-02-13 05:14
Auto.js零散例子
飞行模式切换IPfunction打开飞行模式(){//打开飞行模式newShell().exec("su-c'settingsputglobalairplane_mode_on1;ambroadcast-
aandroid
.intent.action.AIRPLANE_MODE
uni21
·
2020-02-01 22:52
马卡龙玩图产品体验报告
一、产品概况1.1体验环境体验产品:马卡龙玩图设备型号:RedmiNote5
AAndroid
产品类型:拍摄美化软件版本:3.2.1体验人:Cinnamon体验时间:2019-011.2产品简介马卡龙玩图
jianshuyi
·
2020-01-07 10:57
Android代码中应该使用的一些Annotation
本文主要整理自https://blog.mindorks.com/improve-your-android-coding-through-annotations-26b3273c137
aAndroid
中使用
wutongke
·
2020-01-04 12:35
拼多多产品体验报告
一、产品概述1.1体验环境体验产品:拼多多软件版本:4.6.0设备型号:RedmiNote5
AAndroid
体验时间:2018-05体验人:Cinnamonlogo1.2产品定位拼多多是国内目前主流的手机购物
jianshuyi
·
2019-12-26 21:16
项目复盘实战——0624
目标制定模型——SMART(SpecificMeasurableAchieveableRelatedTimed)时间:2019年6月24日地点:地球会议室参会人员:PM+开发+测试一、目标回顾目标:完成
Aandroid
小虾米溪兮
·
2019-12-24 09:02
关于应用无法正常安装启动的问题
本周遇到的这个问题,提示是这样的$adbshellamstart-n"com.jiataoyuan.runapp/com.jiataoyuan.runapp.activity.ConnectionActivity"-
aandroid
.intent.action.MAIN-candroid.intent.category.LAUNCHERErrorwhileexecuting
世外大帝
·
2019-12-23 13:36
adb shell中的am pm命令
当你在adbshell命令下执行am命令:am你也可以在adbshell前执行am命令:adbshellamstart-
aandroid
.intent.action.V
北极星0202
·
2019-12-23 10:00
Android基础_资源访问机制
一、定义资源
Aandroid
中的资源从类型的角度来看包括:drawable、layout、字符串、颜色值、menu、animation等。
seraphzxz
·
2019-12-20 10:20
上一页
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
其他