安卓-调用系统设置岀错,求大神解决

问题描述

调用系统设置岀错,求大神解决

Intent mIntent = new Intent();
ComponentName comp = new ComponentName("com.android.settings", "com.android.settings.TextToSpeechSettings");
mIntent.setComponent(comp);
mIntent.setAction("android.intent.action.VIEW");
startActivity(mIntent);
求解

解决方案

错误提示是什么?这样看没觉得有什么错啊?

时间: 2024-11-03 21:28:20

安卓-调用系统设置岀错,求大神解决的相关文章

mac 下编译 ffmpeg的 libaacplus-2.0.2 总是报错求大神解决办法,谁能教我再mac下编译ffmpeg也行

问题描述 mac 下编译 ffmpeg的 libaacplus-2.0.2 总是报错求大神解决办法,谁能教我再mac下编译ffmpeg也行 make[2]: Nothing to be done for `all'. Making all in frontend gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../src -g -O2 -c -o main.o main.c main.c:89:46: warning: data argument not

用的spring mvc 添加了分页 功能后一直报错 求大神解决

问题描述 用的spring mvc 添加了分页 功能后一直报错 求大神解决 org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver]Resolving exception from handler [com.app.controller.ManageController@185c0de]: java.lang.NumberFormatException: For input s

node js-linux下安装node.js报错,求大神解决

问题描述 linux下安装node.js报错,求大神解决 目前正要部署应用到linux服务器上 在安装node.js时各种报错,首先是python版本问题,后来装了python2.7.5, 在执行./configure时,出现这个错误 ERROR:root:code for hash md5 was not found. Traceback (most recent call last): File "/usr/local/lib/python2.7/hashlib.py", line

代码-db2报错求大神解决,在线等到明天

问题描述 db2报错求大神解决,在线等到明天 严重: StandardWrapper.Throwable org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'systemInfoCache' defined in class path resource [config/core.xml]: Invocation of init method failed; nested e

c# excel保存路径中带有[ ]报错 求大神解决办法

问题描述 "System.Runtime.InteropServices.COMException"类型的未经处理的异常在excel.exe中发生其他信息:无法访问文件.请尝试下列方法之一:•确认所指定的文件夹已存在.•确认文件所在的文件夹不是只读的.•确认给出的文件名不包含下列字符:<>?[]:|或*.•确认文件/路径名长度不超过218个字符.stringfileName="d:\[1]\test.xlsx";//创建Excel文档Microsoft.

sap-wsdl2java调用webservce报错,但是用soapui调用没问题,求大神帮忙分析下

问题描述 wsdl2java调用webservce报错,但是用soapui调用没问题,求大神帮忙分析下 AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server faultSubcode: faultString: System Error faultActor: faultNode: faultDetail: {http://sap.com/xi/WebService/xi2.0}SystemError:RCV

树形 递归-java 递归报错 求大神帮忙

问题描述 java 递归报错 求大神帮忙 private List<Post> getPostLower(List<Post> PostTops){ List<Post> postAll=new ArrayList<Post>(); // 上级 for(Post post:PostTops){ //查询到下级 List<Post> posts=basService.queryPostByParentId(post.getPostId()); //

jsp调用javabean问题! 求大神解答啊!!

问题描述 jsp调用javabean问题! 求大神解答啊!! jsp中调用javabean,报错如下: org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 13 in the jsp file: /send.jsp The type org.apache.http.client.ClientProtocolException cannot be resolve

web service-webservice调用请教,求大神解决!

问题描述 webservice调用请教,求大神解决! 最近在研究webservice,本人新手,遇到问题,想请假下,最好可以详细说明下怎么解决,谢谢,下面是myeclipse报的错: 解决方案 检查你的xsd的配置文件,你的xml有问题. 解决方案二: 你的配置文件出错了,检查一下 解决方案三: 求大神请教