
报错解决记录
程梦真
这个作者很懒,什么都没留下…
展开
-
Error retrieving parent for item: No resource found that matches the given name 'android:W
报错:Error:(58, 5) No resource found that matches the given name: attr 'android:colorAccent'.原因:用android 4.2 (compileSdkVersion 17 ) 的api进行编译 在创建项目的时候 build.gradle文件中自动添加依赖了v7包dependencies { compil原创 2016-07-25 09:44:37 · 766 阅读 · 0 评论 -
使用android studio 报错 undefined reference to '__android_log_print'
问题:使用android studio 报错 undefined reference to ‘__android_log_print’解决:.h文件是否#include “android/log.h”build.gradle ndk{ //指定生成模块名字,也就是最终的动态库名hello-jni,相应库文件名libhello-jni.so moduleName "hello-jn原创 2016-07-26 08:29:30 · 5077 阅读 · 0 评论 -
android EditText 字体下面有红线的修复
布局文件中,EditText属性中加上下面的属性就能去掉红线: android:inputType=”textNoSuggestions”原创 2016-07-27 12:01:18 · 3996 阅读 · 0 评论 -
android studio 编译出错 报错日志:Error:Execution failed for task ':app:transformClassesWithDexForDebug'. > c
问题: Error:Execution failed for task ‘:app:transformClassesWithDexForDebug’. com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process ‘command ‘C:\Program原创 2016-08-04 21:13:11 · 882 阅读 · 0 评论