有人可以帮助我将文本文件中的选择性数据列读入列表中.
例如:如果文本文件数据如下
-------------
id name age
01 ron 21
02 harry 12
03 tom 23
04 jerry 25
-------------
Run Code Online (Sandbox Code Playgroud)
从上面的数据,如果我需要使用java中的列表收集列"名称"并打印它..
我是Android开发的初学者,只是在我的eclipse中安装了SDK和AVD,并以一个简单的"Hello World"示例开始
但我在运行时出现以下错误... (RAM-256mb)
[2011-11-11 20:42:02 - HelloAndroid] Launching a new emulator with Virtual Device 'Venkat'
[2011-11-11 20:42:31 - Emulator] Failed to allocate memory: 1455
[2011-11-11 20:42:31 - Emulator]
[2011-11-11 20:42:31 - Emulator] This application has requested the Runtime to terminate it in an unusual way.
[2011-11-11 20:42:31 - Emulator] Please contact the application's support team for more information.