02/20 10:05:28: Launching app
$ adb shell am start -n "com.example.a29956.newd/com.example.a29956.newd.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER
Connected to process 5266 on device Nexus_5X_API_22 [emulator-5554]
Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page.
E/libprocessgroup: failed to make and chown /acct/uid_10053: Read-only file system
W/Zygote: createProcessGroup failed, kernel missing CONFIG_CGROUP_CPUACCT?
I/art: Not late-enabling -Xcheck:jni (already on)
I/InstantRun: starting instant run server: is main process
D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
D/Atlas: Validating map...
I/OpenGLRenderer: Initialized EGL, version 1.4
W/OpenGLRenderer: Failed to choose config with EGL_SWAP_BEHAVIOR_PRESERVED, retrying without...
D/EGL_emulation: eglCreateContext: 0xa4010700: maj 2 min 0 rcv 2
D/EGL_emulation: eglMakeCurrent: 0xa4010700: ver 2 0
D/OpenGLRenderer: Enabling debug mode 0
D/EGL_emulation: eglMakeCurrent: 0xa4010700: ver 2 0
E/SQLiteLog: (1) no such table: word_z
E/AndroidRuntime: FATAL EXCEPTION: Thread-207
Process: com.example.a29956.newd, PID: 5266
android.database.sqlite.SQLiteException: no such table: word_z (code 1): , while compiling: SELECT * FROM word_z
at android.database.sqlite.SQLiteConnection.nativePrepareStatement(Native Method)
at android.database.sqlite.SQLiteConnection.acquirePreparedStatement(SQLiteConnection.java:889)
at android.database.sqlite.SQLiteConnection.prepare(SQLiteConnection.java:500)
at android.database.sqlite.SQLiteSession.prepare(SQLiteSession.java:588)
at android.database.sqlite.SQLiteProgram.<init>(SQLiteProgram.java:58)
at android.database.sqlite.SQLiteQuery.<init>(SQLiteQuery.java:37)
at android.database.sqlite.SQLiteDirectCursorDriver.query(SQLiteDirectCursorDriver.java:44)
at android.database.sqlite.SQLiteDatabase.rawQueryWithFactory(SQLiteDatabase.java:1316)
at android.database.sqlite.SQLiteDatabase.queryWithFactory(SQLiteDatabase.java:1163)
at android.database.sqlite.SQLiteDatabase.query(SQLiteDatabase.java:1034)
at android.database.sqlite.SQLiteDatabase.query(SQLiteDatabase.java:1240)
at com.example.a29956.newd.Shuzu$1.run(Shuzu.java:55)
at java.lang.Thread.run(Thread.java:818)
在Android studio上写的软件在模拟器上可以运行,在手机上不能运行.
检查你的DataBaseHelper类中的创建表格语句是否正确。问题出在android.database.sqlite.SQLiteException: no such table: word_z (code 1): , while compiling: SELECT * FROM word_z,意思是SQL没有在数据库里找到word_z这张表
Android studio 不能运行真机
Android Studio既可以在模拟器中运行,自然也可以在真机上运行,上述提示Enable ADB integration to be enabled,即连接Android Debug Bridge,说明当前手机未能成功连接电脑进行调试 查看是否成功连接的办法d:Android Device Monitor查看,如下图
Android Studio 运行项目只是打开模拟器,不启动APP
先启动模拟器,然后再加载就可以了
android studio 运行模拟器调试时为什么是空白的
建议使用真机进行调式,studio开发的Android程序可以直接在手机上运行。运行方式:1. 手机打开 USB调式模式(具体:“设置”->“应用程序”->“开发”->“USB调试”)(不同的手机操作可能打开方式不一样)。2. 将手机连接到电脑。3. 电脑上安装手机USB驱动程序。4. 运行android 应用。点击工程 run as...
如何设置android studio让程序运行在真机中
studio让程序运行在真机中。1、首先用手机连接电脑,电脑右下方,出现如下图标,则表示连接成功,如下图:2、使用Android studio创建一个android项目,创建好后如下图:3、点击工具栏的运行按钮,使程序运行,如下图:4、弹出一个界面,选择要运行的模拟器或者真机,选择刚刚插入的真机,如下图:
java游戏代码编好以后 怎么在安卓系统手机 里运行
如果是AndroidStudio的话,在手机设置里面有找到开发者选项,把USB 调试选项打开,在用数据线把手机插到电脑上,点击那个绿色的按钮就可以了,如果是eclipse开发的话,右键项目,然后选择run as android application。它会启动模拟器。提示调试信息。也可以选择手机,运行到手机上 ...
Android studio 中成功安装了AvD,单独启动模拟器没有问题都能进入,但是...
感觉挺奇怪的,难道是模拟器还没启动吗,你看看界面是否出现了。自动的模拟器总是问题很多,可以试试别的夜神、bluestacks
为什么在Android studio中创建了模拟器但是在Select Deployment Tar_百度...
2、模拟器(英语:emulator、simulator),其软件称为模拟软件,是指主要通过软件模拟硬件处理器的功能和指令系统的程序使计算机或者其他多媒体平台(掌上计算机,手机)能够运行其他平台上的软件。利用计算机软件开发出的模拟器,可以进行故障树分析、测试VLSI逻辑设计等复杂的模拟任务。3、在优化领域,物理过程...
androidstudio怎么启动模拟器
1. **打开Android Studio**:首先,确保你的电脑上已经安装了Android Studio,并成功启动了该程序。2. **查找模拟器启动图标**:在Android Studio的界面中,找到代表模拟器启动的图标,这通常是一个手机的形状,位于工具栏或侧边栏中。3. **选择或创建模拟器**:点击模拟器启动图标后,会弹出一个...
android studio怎么在模拟器中运行效果
如上图,先建一个安卓模拟器(右边的红色框),然后点击绿色箭头就ok了,跑之前先看一下你的项目是否是当前项目