首页 > 移动平台 > 详细

Android学习笔记001

时间:2015-08-14 01:12:24      阅读:352      评论:0      收藏:0      [点我收藏+]

Android学习笔记,从今天开始正式启动。作为一个.NET的传统开发人员,自学Android开发,其中的艰辛只有我自己才知道喽。先不说Android开发环境的配置,到现在第一个空白项目的创建碰到了诸多问题。今天的问题先贴出来,待我慢慢解决吧。 好不容易debug了第一个项目,就发现控制台不停的在显示各种配置,然后模拟器一直创建个不停,原因到现在未知,部分日志如下:

[2015-08-13 22:32:09 - Emulator] WARNING: userdata image already in use, changes will not persist!
[2015-08-13 22:32:09 - Emulator] Creating filesystem with parameters:
[2015-08-13 22:32:09 - Emulator] WARNING: cache image already in use, changes will not persist!
[2015-08-13 22:32:09 - Emulator] WARNING: SD Card image already in use: C:\Users\Administrator\.android\avd\MyAndroidDevice.avd/sdcard.img
[2015-08-13 22:32:09 - Emulator]     Size: 576716800
[2015-08-13 22:32:09 - Emulator]     Block size: 4096
[2015-08-13 22:32:09 - Emulator]     Blocks per group: 32768
[2015-08-13 22:32:09 - Emulator]     Inodes per group: 7040
[2015-08-13 22:32:09 - Emulator]     Inode size: 256
[2015-08-13 22:32:09 - Emulator]     Journal blocks: 2200
[2015-08-13 22:32:09 - Emulator]     Label:
[2015-08-13 22:32:09 - Emulator]     Blocks: 140800
[2015-08-13 22:32:09 - Emulator]     Block groups: 5
[2015-08-13 22:32:09 - Emulator]     Reserved block group size: 39
[2015-08-13 22:32:09 - Emulator] Created filesystem with 11/35200 inodes and 4536/140800 blocks
[2015-08-13 22:32:09 - Emulator] Creating filesystem with parameters:
[2015-08-13 22:32:09 - Emulator]     Size: 69206016
[2015-08-13 22:32:09 - Emulator]     Block size: 4096
[2015-08-13 22:32:09 - Emulator]     Blocks per group: 32768
[2015-08-13 22:32:09 - Emulator]     Inodes per group: 4224
[2015-08-13 22:32:09 - Emulator]     Inode size: 256
[2015-08-13 22:32:09 - Emulator]     Journal blocks: 1024
[2015-08-13 22:32:09 - Emulator]     Label:
[2015-08-13 22:32:09 - Emulator]     Blocks: 16896
[2015-08-13 22:32:09 - Emulator]     Block groups: 1
[2015-08-13 22:32:09 - Emulator]     Reserved block group size: 7
[2015-08-13 22:32:09 - Emulator] Created filesystem with 11/4224 inodes and 1302/16896 blocks
[2015-08-13 22:32:10 - Emulator] emulator: emulator window was out of view and was recentered
[2015-08-13 22:32:10 - Emulator]
[2015-08-13 22:32:10 - HelloWorld] New emulator found: emulator-5556
[2015-08-13 22:32:10 - HelloWorld] Waiting for HOME (‘android.process.acore‘) to be launched...
[2015-08-13 22:34:20 - Emulator] WARNING: userdata image already in use, changes will not persist!

解决待续。。。。。

本文出自 “自由” 博客,请务必保留此出处http://1053022.blog.51cto.com/1043022/1684498

Android学习笔记001

原文:http://1053022.blog.51cto.com/1043022/1684498

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!