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

[2015-08-13 22:32:09 - Emulator] WARNING: userdata p_w_picpath 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 p_w_picpath already in use, changes will not persist!
[2015-08-13 22:32:09 - Emulator] WARNING: SD Card p_w_picpath 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 p_w_picpath already in use, changes will not persist!

解决待续。。。。。