Форум программистов, компьютерный форум, киберфорум
Программирование Android
Войти
Регистрация
Восстановить пароль
Карта форума Темы раздела Блоги Сообщество Поиск Заказать работу  
 
 
Рейтинг 4.70/23: Рейтинг темы: голосов - 23, средняя оценка - 4.70
204 / 20 / 1
Регистрация: 29.10.2009
Сообщений: 430
1

Не запускается форма с WebView пример

10.08.2013, 18:09. Показов 4471. Ответов 33
Метки нет (Все метки)

Author24 — интернет-сервис помощи студентам
Всем привет !

Ребят, помогите, ткните носом в мою ошибку... Делаю по примеру http://habrahabr.ru/post/113731/ две формы, в которой, в первой отображается список, а во второй - сам контент.

Сделал все по примеру, запускаю в эмуляторе - сразу же вылетает с ошибкой. В чем причина ?

Ниже архив с моей косячной программой.
Вложения
Тип файла: 7z websterProject.7z (1.25 Мб, 8 просмотров)
0
Programming
Эксперт
94731 / 64177 / 26122
Регистрация: 12.04.2006
Сообщений: 116,782
10.08.2013, 18:09
Ответы с готовыми решениями:

Пример AdMob компилируется, но не запускается
1. Взял пример с офиц сайта....

Qt creator. Есть файл aboutDialog.cpp/h с webview, как получить доступ к webview из mainWindow ?
aboutDialog.h #ifndef ABOUTDIALOG_H_ #define ABOUTDIALOG_H_ #include <QtGui/QDialog>...

Не запускается простой пример
Недавно начал изучать Java, но пока ничего не получается)) Писал на разные форумы, но ответа так и...

Не запускается пример из курса
clear all, clc, close all %%%% Расчет площади эллипса методом Монте-Карло %%% Параметры эллипса...

33
1162 / 986 / 1
Регистрация: 28.06.2012
Сообщений: 3,462
11.08.2013, 00:18 21
Author24 — интернет-сервис помощи студентам
Цитата Сообщение от SERGEY199100 Посмотреть сообщение
Я немного там уже наиправлял, строки изменились,
Вы про эти строки :
я то откуда знаю что вы там изменяли, смотрите свежие логи.
0
204 / 20 / 1
Регистрация: 29.10.2009
Сообщений: 430
11.08.2013, 11:54  [ТС] 22
V0v1k, я просто думал вы проект загрузили (
0
1162 / 986 / 1
Регистрация: 28.06.2012
Сообщений: 3,462
11.08.2013, 12:41 23
я просто логи посмотрел, там все написано.
0
204 / 20 / 1
Регистрация: 29.10.2009
Сообщений: 430
11.08.2013, 19:51  [ТС] 24
Поправил, теперь вот такая ситуация =\

Java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
08-11 15:04:12.631: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:04:12.772: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:04:12.781: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:04:12.781: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:04:12.781: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:04:12.801: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:05:02.965: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:05:03.092: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:05:03.092: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:05:03.092: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:05:03.092: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:05:03.092: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:05:53.161: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:05:53.281: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:05:53.291: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:05:53.291: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:05:53.291: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:05:53.291: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:06:43.923: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:06:43.923: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:06:43.923: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:06:43.931: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:06:43.931: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:06:43.942: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:07:34.142: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:07:34.142: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:07:34.153: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:07:34.153: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:07:34.153: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:07:34.153: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:08:24.351: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:08:24.361: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:08:24.361: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:08:24.361: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:08:24.361: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:08:24.361: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:09:14.481: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:09:14.591: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:09:14.601: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:09:14.601: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:09:14.601: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:09:14.601: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:10:04.671: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:10:04.801: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:10:04.801: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:10:04.801: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:10:04.801: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:10:04.811: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:10:55.112: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:10:55.112: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:10:55.122: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:10:55.122: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:10:55.122: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:10:55.122: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:11:45.211: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:11:45.321: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:11:45.321: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:11:45.331: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:11:45.331: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:11:45.331: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:12:35.724: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:12:35.752: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:12:35.752: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:12:35.752: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:12:35.772: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:12:35.772: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:13:26.492: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:13:26.642: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:13:26.652: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:13:26.652: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:13:26.662: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:13:26.662: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:14:16.743: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:14:16.862: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:14:16.862: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:14:16.873: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:14:16.873: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:14:16.873: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:15:07.022: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:15:07.142: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:15:07.142: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:15:07.142: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:15:07.152: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:15:07.152: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:15:57.191: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:15:57.311: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:15:57.311: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:15:57.311: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:15:57.311: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:15:57.311: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:16:47.412: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:16:47.531: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:16:47.531: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:16:47.531: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:16:47.531: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:16:47.541: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:17:37.702: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:17:37.822: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:17:37.822: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:17:37.833: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:17:37.833: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:17:37.833: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:18:28.061: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:18:28.071: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:18:28.071: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:18:28.084: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:18:28.084: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:18:28.091: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:19:18.191: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:19:18.322: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:19:18.322: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:19:18.322: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:19:18.332: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:19:18.332: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:20:08.421: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:20:08.552: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:20:08.562: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:20:08.562: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:20:08.562: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:20:08.562: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:20:58.751: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:20:58.751: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:20:58.751: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:20:58.751: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:20:58.751: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:20:58.751: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:21:48.911: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:21:48.971: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:21:48.971: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:21:48.971: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:21:48.971: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:21:48.981: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:22:39.211: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:22:39.447: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:22:39.447: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:22:39.461: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:22:39.531: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:22:39.531: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:23:29.861: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:23:29.983: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:23:29.983: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:23:29.991: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:23:29.991: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:23:29.991: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:24:20.102: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:24:20.221: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:24:20.221: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:24:20.231: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:24:20.231: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:24:20.231: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:25:10.351: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:25:10.461: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:25:10.461: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:25:10.471: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:25:10.471: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:25:10.471: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:26:00.652: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:26:00.782: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:26:00.782: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:26:00.782: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:26:00.792: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:26:00.792: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:26:51.051: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:26:51.061: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:26:51.061: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:26:51.061: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:26:51.061: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:26:51.071: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:27:41.323: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:27:41.323: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:27:41.323: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:27:41.331: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:27:41.331: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:27:41.331: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:28:31.432: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:28:31.542: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:28:31.552: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:28:31.552: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:28:31.552: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:28:31.552: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:29:21.691: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:29:21.791: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:29:21.801: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:29:21.801: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:29:21.811: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:29:21.811: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:30:11.902: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:30:12.032: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:30:12.032: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:30:12.042: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:30:12.042: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:30:12.042: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:31:02.092: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:31:02.212: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:31:02.221: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:31:02.221: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:31:02.221: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:31:02.231: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:31:52.291: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:31:52.521: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:31:52.521: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:31:52.521: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:31:52.521: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:31:52.531: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:32:42.651: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:32:42.771: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:32:42.771: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:32:42.781: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:32:42.781: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:32:42.781: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:33:32.942: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:33:33.062: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:33:33.062: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:33:33.074: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:33:33.074: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:33:33.074: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:34:23.193: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:34:23.321: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:34:23.321: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:34:23.321: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:34:23.321: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:34:23.321: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:35:13.481: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:35:13.651: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:35:13.651: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:35:13.651: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:35:13.651: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:35:13.661: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:36:03.751: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:36:03.921: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:36:03.921: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:36:03.921: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:36:03.921: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:36:03.931: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:36:54.062: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:36:54.171: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:36:54.171: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:36:54.182: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:36:54.182: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:36:54.182: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:37:44.501: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:37:44.511: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:37:44.521: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:37:44.521: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:37:44.521: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:37:44.533: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:38:34.722: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:38:34.962: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:38:34.972: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:38:34.982: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:38:34.992: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:38:35.003: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:39:25.142: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:39:25.142: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:39:25.151: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:39:25.151: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:39:25.151: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:39:25.151: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:40:15.381: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:40:15.391: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:40:15.391: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:40:15.391: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:40:15.401: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:40:15.401: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:41:05.611: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:41:05.611: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:41:05.611: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:41:05.611: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:41:05.621: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:41:05.621: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:41:55.801: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:41:55.801: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:41:55.813: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:41:55.813: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:41:55.813: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:41:55.813: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:42:45.933: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:42:46.052: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:42:46.052: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:42:46.052: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:42:46.052: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:42:46.062: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:43:36.181: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:43:36.301: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:43:36.301: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:43:36.301: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:43:36.301: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:43:36.313: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:44:26.372: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:44:26.482: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:44:26.492: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:44:26.492: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:44:26.492: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:44:26.492: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:45:16.741: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:45:16.741: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:45:16.741: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:45:16.741: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:45:16.753: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:45:16.771: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:46:07.012: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:46:07.012: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:46:07.022: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:46:07.022: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:46:07.022: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:46:07.032: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:46:57.171: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:46:57.345: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:46:57.345: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:46:57.345: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:46:57.411: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:46:57.435: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:47:47.632: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:47:48.462: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:47:48.462: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:47:48.462: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:47:48.462: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:47:48.462: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:48:38.982: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:48:39.032: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:48:39.032: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:48:39.032: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:48:39.032: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:48:39.042: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:49:29.341: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:49:29.481: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:49:29.481: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:49:29.481: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:49:29.481: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:49:29.492: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:50:19.661: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:50:19.762: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:50:19.771: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:50:19.771: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:50:19.781: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:50:19.781: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:51:10.072: D/webviewglue(7615): OnTrimMemory with EGL Context 0x0
08-11 15:51:10.091: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:51:10.091: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:51:10.122: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:51:10.133: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
08-11 15:51:10.133: E/libEGL(7615): call to OpenGL ES API with no current context (logged once per thread)
0
1162 / 986 / 1
Регистрация: 28.06.2012
Сообщений: 3,462
11.08.2013, 20:19 25
не вижу никаких екзепшенов в логах.
0
204 / 20 / 1
Регистрация: 29.10.2009
Сообщений: 430
11.08.2013, 20:22  [ТС] 26
Вот еще раз, делаю так: запускаю приложение, чищу логи после его запуска, так как запускается правильно. А вот при нажатии на кнопку, которая перенгсит на другую форму с lister(списком категорий) и splah(картинкой) приложение вылетает с ошибкой.

В логах к этому моменту следующее:
Java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
08-11 16:20:58.471: D/AndroidRuntime(12295): Shutting down VM
08-11 16:20:58.491: W/dalvikvm(12295): threadid=1: thread exiting with uncaught exception (group=0x40a71930)
08-11 16:20:58.854: E/AndroidRuntime(12295): FATAL EXCEPTION: main
08-11 16:20:58.854: E/AndroidRuntime(12295): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.coomap/com.example.coomap.ActivityThree}: java.lang.NullPointerException
08-11 16:20:58.854: E/AndroidRuntime(12295):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2180)
08-11 16:20:58.854: E/AndroidRuntime(12295):    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2230)
08-11 16:20:58.854: E/AndroidRuntime(12295):    at android.app.ActivityThread.access$600(ActivityThread.java:141)
08-11 16:20:58.854: E/AndroidRuntime(12295):    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1234)
08-11 16:20:58.854: E/AndroidRuntime(12295):    at android.os.Handler.dispatchMessage(Handler.java:99)
08-11 16:20:58.854: E/AndroidRuntime(12295):    at android.os.Looper.loop(Looper.java:137)
08-11 16:20:58.854: E/AndroidRuntime(12295):    at android.app.ActivityThread.main(ActivityThread.java:5041)
08-11 16:20:58.854: E/AndroidRuntime(12295):    at java.lang.reflect.Method.invokeNative(Native Method)
08-11 16:20:58.854: E/AndroidRuntime(12295):    at java.lang.reflect.Method.invoke(Method.java:511)
08-11 16:20:58.854: E/AndroidRuntime(12295):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
08-11 16:20:58.854: E/AndroidRuntime(12295):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
08-11 16:20:58.854: E/AndroidRuntime(12295):    at dalvik.system.NativeStart.main(Native Method)
08-11 16:20:58.854: E/AndroidRuntime(12295): Caused by: java.lang.NullPointerException
08-11 16:20:58.854: E/AndroidRuntime(12295):    at com.example.coomap.ActivityThree.onCreate(ActivityThree.java:54)
08-11 16:20:58.854: E/AndroidRuntime(12295):    at android.app.Activity.performCreate(Activity.java:5104)
08-11 16:20:58.854: E/AndroidRuntime(12295):    at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1080)
08-11 16:20:58.854: E/AndroidRuntime(12295):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2144)
08-11 16:20:58.854: E/AndroidRuntime(12295):    ... 11 more
08-11 16:21:03.702: I/Process(12295): Sending signal. PID: 12295 SIG: 9
0
1162 / 986 / 1
Регистрация: 28.06.2012
Сообщений: 3,462
11.08.2013, 20:41 27
все тот же NullPointerException только теперь в строке 54.
1
204 / 20 / 1
Регистрация: 29.10.2009
Сообщений: 430
11.08.2013, 22:48  [ТС] 28
На этой строке в файле ActivityThree

Java
1
lv1.setAdapter(new ArrayAdapter<String>(this,android.R.layout.simple_list_item_1 , lv_arr)); //устанавливаем массив в ListView
Что тут ему не нравится ?
0
1162 / 986 / 1
Регистрация: 28.06.2012
Сообщений: 3,462
11.08.2013, 23:35 29
вероятно, lv1 = null

Добавлено через 14 секунд
или lv_arr
0
204 / 20 / 1
Регистрация: 29.10.2009
Сообщений: 430
12.08.2013, 00:23  [ТС] 30
Java
1
private String lv_arr[]={"00. Формулы.","01. Электрический заряд.","02. Взаимодействие зарядов. Закон Кулона.","03. Электрическое поле.","04. Диполь.", "05. Поляризация диэлектриков","06. Условие равновесия зарядов на проводнике.","07. Проводник во внешнем электрическом поле.","08. Электроемкость, конденсатор."};
Добавлено через 13 минут
Java
1
private ListView lv1; //даем название listview - lv1
0
1162 / 986 / 1
Регистрация: 28.06.2012
Сообщений: 3,462
12.08.2013, 01:23 31
и где инициализация lv1?
0
204 / 20 / 1
Регистрация: 29.10.2009
Сообщений: 430
12.08.2013, 01:33  [ТС] 32
вОТ

Java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
package com.example.coomap;
 
import android.annotation.SuppressLint;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os.Message;
import android.view.View;
import android.widget.AdapterView;
import android.widget.AdapterView.OnItemClickListener;
import android.widget.ArrayAdapter;
import android.widget.ImageView;
import android.widget.ListView;
 
import com.example.coomap.R;
 
 
public class ActivityThree extends Activity
{
  private ListView lv1; //даем название listview - lv1
  private static final int STOPSPLASH = 0;
  private static final long SPLASHTIME = 1800; //Время показа Splash картинки
  private ImageView splash;
 
//Создаем массив из тем:
private String lv_arr[]={"00. Формулы.","01. Электрический заряд.","02. Взаимодействие зарядов. Закон Кулона.","03. Электрическое поле.","04. Диполь.", "05. Поляризация диэлектриков","06. Условие равновесия зарядов на проводнике.","07. Проводник во внешнем электрическом поле.","08. Электроемкость, конденсатор."};
private Handler splashHandler = new Handler() { //создаем новый хэндлер
 
   @Override 
   public void handleMessage(Message msg) {
       switch (msg.what) {
       case STOPSPLASH:
           //убираем Splash картинку - меняем видимость
           splash.setVisibility(View.GONE);
           break;
       }
       super.handleMessage(msg);
   }
};
 
@SuppressLint("UseValueOf")
@Override
   public void onCreate(Bundle icicle)
   {
     super.onCreate(icicle);
     setContentView(R.layout.three); //ставим слой
    splash = (ImageView) findViewById(R.id.splashscreen); //получаем индентификатор ImageView с Splash картинкой
    Message msg = new Message();
    msg.what = STOPSPLASH;
    splashHandler.sendMessageDelayed(msg, SPLASHTIME);
    
     lv1=(ListView)findViewById(R.id.lister); //получаем идентификатор ListView
     lv1.setAdapter(new ArrayAdapter<String>(this,android.R.layout.simple_list_item_1 , lv_arr)); //устанавливаем массив в ListView
     lv1.setTextFilterEnabled(true);
    
     //Обрабатываем клик по пункту:
     lv1.setOnItemClickListener(new OnItemClickListener() {
       public void onItemClick(AdapterView<?> a, View v, int position, long id) {
        
        //Позиция элемента, по которому кликнули
        String itemname = new Integer(position).toString();  
        
        //Создаем новый intent
         Intent intent = new Intent();
        intent.setClass(ActivityThree.this, ViewThree.class);
          Bundle b = new Bundle();
          b.putString("defStrID", itemname); //defStrID - уникальная строка, отправим itemname в другое Activity
          intent.putExtras(b);
        startActivity(intent); //запускаем intent
         }
     });
   }
}
Добавлено через 1 минуту
А сам listview в three.xml

XML
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:orientation="vertical" >
 
    
 
    <ImageView
        android:id="@+id/splashscreen"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:layout_gravity="center"
        android:src="@drawable/splash" >
    </ImageView>
 
    <ListView
        android:id="@+id/lister"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent" >
    </ListView>
 
</LinearLayout>
0
1162 / 986 / 1
Регистрация: 28.06.2012
Сообщений: 3,462
12.08.2013, 02:14 33
ну, подебагайте, иначе не разобраться.
1
204 / 20 / 1
Регистрация: 29.10.2009
Сообщений: 430
12.08.2013, 22:14  [ТС] 34
Да чтож за фигня, какого хрена мне компилятор выдает ошибку мол я не правильно переменную описал... ??
Ошибка:
Java
1
[2013-08-12 21:33:10 - MainActivity] res\layout\ThreeView.xml: Invalid file name: must contain only [a-z0-9_.]
XML
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical" >
 
    <WebView
        android:id="@+id/webView1"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />
 
</LinearLayout>
Добавлено через 1 минуту
Блин... Или ему не нравится регистр ??? Походу я понял, нужно не ViewThree.xml а viewthree.xml ...

Добавлено через 21 минуту
Блин ребят помогите, вроде 100тый раз уже все переделываю... но не в какую тварь поганая не запускается (((

Что он пишет в логах ?

Java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
08-12 17:17:36.193: I/Choreographer(12389): Skipped 60 frames!  The application may be doing too much work on its main thread.
08-12 17:17:47.164: I/Choreographer(12389): Skipped 66 frames!  The application may be doing too much work on its main thread.
08-12 17:18:01.041: I/Choreographer(12389): Skipped 86 frames!  The application may be doing too much work on its main thread.
08-12 17:18:04.610: D/AndroidRuntime(12389): Shutting down VM
08-12 17:18:04.611: W/dalvikvm(12389): threadid=1: thread exiting with uncaught exception (group=0x40a71930)
08-12 17:18:04.907: E/AndroidRuntime(12389): FATAL EXCEPTION: main
08-12 17:18:04.907: E/AndroidRuntime(12389): android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=geo:0.0,0.0 }
08-12 17:18:04.907: E/AndroidRuntime(12389):    at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1622)
08-12 17:18:04.907: E/AndroidRuntime(12389):    at android.app.Instrumentation.execStartActivity(Instrumentation.java:1417)
08-12 17:18:04.907: E/AndroidRuntime(12389):    at android.app.Activity.startActivityForResult(Activity.java:3370)
08-12 17:18:04.907: E/AndroidRuntime(12389):    at android.app.Activity.startActivityForResult(Activity.java:3331)
08-12 17:18:04.907: E/AndroidRuntime(12389):    at android.app.Activity.startActivity(Activity.java:3566)
08-12 17:18:04.907: E/AndroidRuntime(12389):    at android.app.Activity.startActivity(Activity.java:3534)
08-12 17:18:04.907: E/AndroidRuntime(12389):    at com.example.coomap.MainActivity.onClick(MainActivity.java:106)
08-12 17:18:04.907: E/AndroidRuntime(12389):    at android.view.View.performClick(View.java:4204)
08-12 17:18:04.907: E/AndroidRuntime(12389):    at android.view.View$PerformClick.run(View.java:17355)
08-12 17:18:04.907: E/AndroidRuntime(12389):    at android.os.Handler.handleCallback(Handler.java:725)
08-12 17:18:04.907: E/AndroidRuntime(12389):    at android.os.Handler.dispatchMessage(Handler.java:92)
08-12 17:18:04.907: E/AndroidRuntime(12389):    at android.os.Looper.loop(Looper.java:137)
08-12 17:18:04.907: E/AndroidRuntime(12389):    at android.app.ActivityThread.main(ActivityThread.java:5041)
08-12 17:18:04.907: E/AndroidRuntime(12389):    at java.lang.reflect.Method.invokeNative(Native Method)
08-12 17:18:04.907: E/AndroidRuntime(12389):    at java.lang.reflect.Method.invoke(Method.java:511)
08-12 17:18:04.907: E/AndroidRuntime(12389):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
08-12 17:18:04.907: E/AndroidRuntime(12389):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
08-12 17:18:04.907: E/AndroidRuntime(12389):    at dalvik.system.NativeStart.main(Native Method)
08-12 17:18:21.104: I/Process(12389): Sending signal. PID: 12389 SIG: 9
08-12 17:20:18.021: D/dalvikvm(17172): GC_FOR_ALLOC freed 54K, 7% free 2503K/2680K, paused 103ms, total 108ms
08-12 17:20:18.071: I/dalvikvm-heap(17172): Grow heap (frag case) to 4.905MB for 2458816-byte allocation
08-12 17:20:18.141: D/dalvikvm(17172): GC_FOR_ALLOC freed 2K, 4% free 4902K/5084K, paused 66ms, total 67ms
08-12 17:20:18.232: D/dalvikvm(17172): GC_CONCURRENT freed <1K, 4% free 4902K/5084K, paused 11ms+17ms, total 96ms
08-12 17:20:22.083: I/Choreographer(17172): Skipped 140 frames!  The application may be doing too much work on its main thread.
08-12 17:20:22.582: D/gralloc_goldfish(17172): Emulator without GPU emulation detected.
08-12 17:20:26.231: I/Choreographer(17172): Skipped 184 frames!  The application may be doing too much work on its main thread.
08-12 17:21:02.192: I/Choreographer(17172): Skipped 34 frames!  The application may be doing too much work on its main thread.
08-12 17:21:04.811: D/AndroidRuntime(17172): Shutting down VM
08-12 17:21:04.811: W/dalvikvm(17172): threadid=1: thread exiting with uncaught exception (group=0x40a71930)
08-12 17:21:04.861: E/AndroidRuntime(17172): FATAL EXCEPTION: main
08-12 17:21:04.861: E/AndroidRuntime(17172): android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat=geo:0.0,0.0 }
08-12 17:21:04.861: E/AndroidRuntime(17172):    at android.app.Instrumentation.checkStartActivityResult(Instrumentation.java:1622)
08-12 17:21:04.861: E/AndroidRuntime(17172):    at android.app.Instrumentation.execStartActivity(Instrumentation.java:1417)
08-12 17:21:04.861: E/AndroidRuntime(17172):    at android.app.Activity.startActivityForResult(Activity.java:3370)
08-12 17:21:04.861: E/AndroidRuntime(17172):    at android.app.Activity.startActivityForResult(Activity.java:3331)
08-12 17:21:04.861: E/AndroidRuntime(17172):    at android.app.Activity.startActivity(Activity.java:3566)
08-12 17:21:04.861: E/AndroidRuntime(17172):    at android.app.Activity.startActivity(Activity.java:3534)
08-12 17:21:04.861: E/AndroidRuntime(17172):    at com.example.coomap.MainActivity.onClick(MainActivity.java:106)
08-12 17:21:04.861: E/AndroidRuntime(17172):    at android.view.View.performClick(View.java:4204)
08-12 17:21:04.861: E/AndroidRuntime(17172):    at android.view.View$PerformClick.run(View.java:17355)
08-12 17:21:04.861: E/AndroidRuntime(17172):    at android.os.Handler.handleCallback(Handler.java:725)
08-12 17:21:04.861: E/AndroidRuntime(17172):    at android.os.Handler.dispatchMessage(Handler.java:92)
08-12 17:21:04.861: E/AndroidRuntime(17172):    at android.os.Looper.loop(Looper.java:137)
08-12 17:21:04.861: E/AndroidRuntime(17172):    at android.app.ActivityThread.main(ActivityThread.java:5041)
08-12 17:21:04.861: E/AndroidRuntime(17172):    at java.lang.reflect.Method.invokeNative(Native Method)
08-12 17:21:04.861: E/AndroidRuntime(17172):    at java.lang.reflect.Method.invoke(Method.java:511)
08-12 17:21:04.861: E/AndroidRuntime(17172):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
08-12 17:21:04.861: E/AndroidRuntime(17172):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
08-12 17:21:04.861: E/AndroidRuntime(17172):    at dalvik.system.NativeStart.main(Native Method)
08-12 17:21:09.312: I/Process(17172): Sending signal. PID: 17172 SIG: 9
08-12 17:31:03.881: E/Trace(17250): error opening trace file: No such file or directory (2)
08-12 17:31:05.121: D/dalvikvm(17250): GC_FOR_ALLOC freed 57K, 7% free 2503K/2684K, paused 170ms, total 175ms
08-12 17:31:05.181: I/dalvikvm-heap(17250): Grow heap (frag case) to 4.905MB for 2458816-byte allocation
08-12 17:31:05.251: D/dalvikvm(17250): GC_FOR_ALLOC freed 2K, 4% free 4902K/5088K, paused 69ms, total 69ms
08-12 17:31:05.361: D/dalvikvm(17250): GC_CONCURRENT freed <1K, 4% free 4902K/5088K, paused 13ms+6ms, total 110ms
08-12 17:31:08.372: I/Choreographer(17250): Skipped 132 frames!  The application may be doing too much work on its main thread.
08-12 17:31:08.532: D/gralloc_goldfish(17250): Emulator without GPU emulation detected.
08-12 17:31:10.881: I/Choreographer(17250): Skipped 34 frames!  The application may be doing too much work on its main thread.
08-12 17:31:11.911: I/Choreographer(17250): Skipped 184 frames!  The application may be doing too much work on its main thread.
08-12 17:31:12.571: W/IInputConnectionWrapper(17250): showStatusIcon on inactive InputConnection
08-12 17:31:13.051: I/Choreographer(17250): Skipped 86 frames!  The application may be doing too much work on its main thread.
08-12 17:31:17.853: I/Choreographer(17250): Skipped 63 frames!  The application may be doing too much work on its main thread.
08-12 17:31:23.202: D/dalvikvm(17250): GC_CONCURRENT freed 57K, 4% free 5571K/5752K, paused 73ms+63ms, total 511ms
08-12 17:31:23.202: D/dalvikvm(17250): WAIT_FOR_CONCURRENT_GC blocked 178ms
08-12 17:31:25.331: D/dalvikvm(17250): GC_FOR_ALLOC freed 44K, 4% free 6436K/6660K, paused 243ms, total 259ms
08-12 17:31:25.991: I/Choreographer(17250): Skipped 46 frames!  The application may be doing too much work on its main thread.
08-12 17:31:27.541: I/Choreographer(17250): Skipped 193 frames!  The application may be doing too much work on its main thread.
08-12 17:31:33.491: I/Choreographer(17250): Skipped 113 frames!  The application may be doing too much work on its main thread.
08-12 17:31:44.051: I/Choreographer(17250): Skipped 93 frames!  The application may be doing too much work on its main thread.
08-12 17:31:49.061: I/Choreographer(17250): Skipped 32 frames!  The application may be doing too much work on its main thread.
08-12 17:31:51.312: I/Choreographer(17250): Skipped 98 frames!  The application may be doing too much work on its main thread.
08-12 17:36:47.892: E/Trace(17315): error opening trace file: No such file or directory (2)
08-12 17:36:49.122: D/dalvikvm(17315): GC_FOR_ALLOC freed 61K, 7% free 2503K/2688K, paused 89ms, total 112ms
08-12 17:36:49.212: I/dalvikvm-heap(17315): Grow heap (frag case) to 4.905MB for 2458816-byte allocation
08-12 17:36:49.292: D/dalvikvm(17315): GC_FOR_ALLOC freed 2K, 4% free 4902K/5092K, paused 78ms, total 78ms
08-12 17:36:49.422: D/dalvikvm(17315): GC_CONCURRENT freed <1K, 4% free 4902K/5092K, paused 29ms+17ms, total 134ms
08-12 17:36:52.562: I/Choreographer(17315): Skipped 155 frames!  The application may be doing too much work on its main thread.
08-12 17:36:52.971: D/gralloc_goldfish(17315): Emulator without GPU emulation detected.
08-12 17:37:03.103: D/dalvikvm(17315): GC_FOR_ALLOC freed 34K, 3% free 5445K/5600K, paused 270ms, total 313ms
08-12 17:37:03.502: D/dalvikvm(17315): GC_CONCURRENT freed 57K, 4% free 6294K/6508K, paused 6ms+28ms, total 317ms
08-12 17:37:06.192: I/Choreographer(17315): Skipped 93 frames!  The application may be doing too much work on its main thread.
08-12 17:37:07.721: I/Choreographer(17315): Skipped 212 frames!  The application may be doing too much work on its main thread.
08-12 17:37:11.901: I/Choreographer(17315): Skipped 84 frames!  The application may be doing too much work on its main thread.
08-12 17:37:44.512: I/Choreographer(17315): Skipped 42 frames!  The application may be doing too much work on its main thread.
08-12 17:37:47.021: I/Choreographer(17315): Skipped 105 frames!  The application may be doing too much work on its main thread.
08-12 17:37:52.102: I/Choreographer(17315): Skipped 30 frames!  The application may be doing too much work on its main thread.
08-12 17:38:15.312: I/Choreographer(17315): Skipped 30 frames!  The application may be doing too much work on its main thread.
08-12 17:55:19.484: E/Trace(17436): error opening trace file: No such file or directory (2)
08-12 17:55:21.191: D/dalvikvm(17436): GC_FOR_ALLOC freed 68K, 7% free 2503K/2692K, paused 166ms, total 171ms
08-12 17:55:21.261: I/dalvikvm-heap(17436): Grow heap (frag case) to 4.905MB for 2458816-byte allocation
08-12 17:55:21.351: D/dalvikvm(17436): GC_FOR_ALLOC freed 2K, 4% free 4902K/5096K, paused 83ms, total 83ms
08-12 17:55:21.511: D/dalvikvm(17436): GC_CONCURRENT freed 0K, 4% free 4902K/5096K, paused 13ms+64ms, total 163ms
08-12 17:55:24.631: I/Choreographer(17436): Skipped 150 frames!  The application may be doing too much work on its main thread.
08-12 17:55:24.902: D/gralloc_goldfish(17436): Emulator without GPU emulation detected.
08-12 17:56:16.651: D/dalvikvm(17436): GC_FOR_ALLOC freed 34K, 3% free 5445K/5600K, paused 255ms, total 307ms
08-12 17:56:17.111: D/dalvikvm(17436): GC_CONCURRENT freed 58K, 4% free 6294K/6508K, paused 9ms+47ms, total 321ms
08-12 17:56:19.622: I/Choreographer(17436): Skipped 91 frames!  The application may be doing too much work on its main thread.
08-12 17:56:21.321: I/Choreographer(17436): Skipped 237 frames!  The application may be doing too much work on its main thread.
08-12 17:56:24.501: D/AndroidRuntime(17436): Shutting down VM
08-12 17:56:24.521: W/dalvikvm(17436): threadid=1: thread exiting with uncaught exception (group=0x40a71930)
08-12 17:56:24.711: E/AndroidRuntime(17436): FATAL EXCEPTION: main
08-12 17:56:24.711: E/AndroidRuntime(17436): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.coomap/com.example.coomap.ActivityThree}: java.lang.NullPointerException
08-12 17:56:24.711: E/AndroidRuntime(17436):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2180)
08-12 17:56:24.711: E/AndroidRuntime(17436):    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2230)
08-12 17:56:24.711: E/AndroidRuntime(17436):    at android.app.ActivityThread.access$600(ActivityThread.java:141)
08-12 17:56:24.711: E/AndroidRuntime(17436):    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1234)
08-12 17:56:24.711: E/AndroidRuntime(17436):    at android.os.Handler.dispatchMessage(Handler.java:99)
08-12 17:56:24.711: E/AndroidRuntime(17436):    at android.os.Looper.loop(Looper.java:137)
08-12 17:56:24.711: E/AndroidRuntime(17436):    at android.app.ActivityThread.main(ActivityThread.java:5041)
08-12 17:56:24.711: E/AndroidRuntime(17436):    at java.lang.reflect.Method.invokeNative(Native Method)
08-12 17:56:24.711: E/AndroidRuntime(17436):    at java.lang.reflect.Method.invoke(Method.java:511)
08-12 17:56:24.711: E/AndroidRuntime(17436):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
08-12 17:56:24.711: E/AndroidRuntime(17436):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
08-12 17:56:24.711: E/AndroidRuntime(17436):    at dalvik.system.NativeStart.main(Native Method)
08-12 17:56:24.711: E/AndroidRuntime(17436): Caused by: java.lang.NullPointerException
08-12 17:56:24.711: E/AndroidRuntime(17436):    at com.example.coomap.ActivityThree.onCreate(ActivityThree.java:57)
08-12 17:56:24.711: E/AndroidRuntime(17436):    at android.app.Activity.performCreate(Activity.java:5104)
08-12 17:56:24.711: E/AndroidRuntime(17436):    at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1080)
08-12 17:56:24.711: E/AndroidRuntime(17436):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2144)
08-12 17:56:24.711: E/AndroidRuntime(17436):    ... 11 more
08-12 17:56:33.211: I/Process(17436): Sending signal. PID: 17436 SIG: 9
08-12 17:56:35.812: D/dalvikvm(17452): GC_FOR_ALLOC freed 71K, 8% free 2504K/2696K, paused 73ms, total 78ms
08-12 17:56:35.882: I/dalvikvm-heap(17452): Grow heap (frag case) to 4.905MB for 2458816-byte allocation
08-12 17:56:36.031: D/dalvikvm(17452): GC_FOR_ALLOC freed 2K, 4% free 4903K/5100K, paused 148ms, total 148ms
08-12 17:56:36.172: D/dalvikvm(17452): GC_CONCURRENT freed <1K, 4% free 4903K/5100K, paused 13ms+18ms, total 145ms
08-12 17:56:40.594: I/Choreographer(17452): Skipped 115 frames!  The application may be doing too much work on its main thread.
08-12 17:56:40.712: D/gralloc_goldfish(17452): Emulator without GPU emulation detected.
08-12 17:56:44.622: I/Choreographer(17452): Skipped 38 frames!  The application may be doing too much work on its main thread.
08-12 17:56:46.501: D/dalvikvm(17452): GC_FOR_ALLOC freed 42K, 3% free 5447K/5612K, paused 255ms, total 285ms
08-12 17:56:46.952: D/dalvikvm(17452): GC_CONCURRENT freed 17K, 3% free 6337K/6520K, paused 7ms+55ms, total 312ms
08-12 17:56:49.441: I/Choreographer(17452): Skipped 80 frames!  The application may be doing too much work on its main thread.
08-12 17:56:51.132: I/Choreographer(17452): Skipped 130 frames!  The application may be doing too much work on its main thread.
08-12 17:56:56.302: D/AndroidRuntime(17452): Shutting down VM
08-12 17:56:56.322: W/dalvikvm(17452): threadid=1: thread exiting with uncaught exception (group=0x40a71930)
08-12 17:56:56.531: E/AndroidRuntime(17452): FATAL EXCEPTION: main
08-12 17:56:56.531: E/AndroidRuntime(17452): java.lang.RuntimeException: Unable to start activity ComponentInfo{com.example.coomap/com.example.coomap.ActivityThree}: java.lang.NullPointerException
08-12 17:56:56.531: E/AndroidRuntime(17452):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2180)
08-12 17:56:56.531: E/AndroidRuntime(17452):    at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:2230)
08-12 17:56:56.531: E/AndroidRuntime(17452):    at android.app.ActivityThread.access$600(ActivityThread.java:141)
08-12 17:56:56.531: E/AndroidRuntime(17452):    at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1234)
08-12 17:56:56.531: E/AndroidRuntime(17452):    at android.os.Handler.dispatchMessage(Handler.java:99)
08-12 17:56:56.531: E/AndroidRuntime(17452):    at android.os.Looper.loop(Looper.java:137)
08-12 17:56:56.531: E/AndroidRuntime(17452):    at android.app.ActivityThread.main(ActivityThread.java:5041)
08-12 17:56:56.531: E/AndroidRuntime(17452):    at java.lang.reflect.Method.invokeNative(Native Method)
08-12 17:56:56.531: E/AndroidRuntime(17452):    at java.lang.reflect.Method.invoke(Method.java:511)
08-12 17:56:56.531: E/AndroidRuntime(17452):    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793)
08-12 17:56:56.531: E/AndroidRuntime(17452):    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:560)
08-12 17:56:56.531: E/AndroidRuntime(17452):    at dalvik.system.NativeStart.main(Native Method)
08-12 17:56:56.531: E/AndroidRuntime(17452): Caused by: java.lang.NullPointerException
08-12 17:56:56.531: E/AndroidRuntime(17452):    at com.example.coomap.ActivityThree.onCreate(ActivityThree.java:57)
08-12 17:56:56.531: E/AndroidRuntime(17452):    at android.app.Activity.performCreate(Activity.java:5104)
08-12 17:56:56.531: E/AndroidRuntime(17452):    at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1080)
08-12 17:56:56.531: E/AndroidRuntime(17452):    at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2144)
08-12 17:56:56.531: E/AndroidRuntime(17452):    ... 11 more
08-12 17:57:00.211: I/Process(17452): Sending signal. PID: 17452 SIG: 9
08-12 17:57:03.991: D/dalvikvm(17468): GC_FOR_ALLOC freed 36K, 6% free 2504K/2660K, paused 81ms, total 88ms
08-12 17:57:04.061: I/dalvikvm-heap(17468): Grow heap (frag case) to 4.905MB for 2458816-byte allocation
08-12 17:57:04.151: D/dalvikvm(17468): GC_FOR_ALLOC freed 2K, 4% free 4903K/5064K, paused 86ms, total 87ms
08-12 17:57:04.311: D/dalvikvm(17468): GC_CONCURRENT freed <1K, 4% free 4903K/5064K, paused 15ms+19ms, total 166ms
08-12 17:57:07.381: I/Choreographer(17468): Skipped 102 frames!  The application may be doing too much work on its main thread.
08-12 17:57:07.492: D/gralloc_goldfish(17468): Emulator without GPU emulation detected.
08-12 17:57:08.614: I/Choreographer(17468): Skipped 53 frames!  The application may be doing too much work on its main thread.
Добавлено через 2 минуты
Опять строка 57... с списоком категорий чтоб ее что мне делать ??

Java
1
lv1.setAdapter(new ArrayAdapter<String>(this,android.R.layout.simple_list_item_1 , lv_arr)); //устанавливаем массив в ListView
Добавлено через 11 минут
Все ребят, разобрался, заработало. Какой я молодец...

Добавлено через 49 секунд
По этим логам определил, что не вызывается форма в которой инициализированны переменные, в которые передавались значения
0
12.08.2013, 22:14
IT_Exp
Эксперт
87844 / 49110 / 22898
Регистрация: 17.06.2006
Сообщений: 92,604
12.08.2013, 22:14
Помогаю со студенческими работами здесь

Не запускается готовый проект (пример)
Добрый вечер! Был скачан типовой проект - готовая программа. Ошибок при компиляции не было найдено,...

Не запускается пример из книги Шлее по QT 4.8
Hi all! Вот такая проблема.:( Создал пустой проект, в него добавил hello.cpp, вот код: ...

Не запускается пример из книги М. Шлее
Пример из книги М. Шлее &quot;Qt4.5: Профессиональное программирование на С++&quot;, упрощенный до минимума с...

Не запускается пример связки Wicket+Hibernate.
Всем доброго времени суток. Возникла такая проблема. При попытке запуска тестового приложения...


Искать еще темы с ответами

Или воспользуйтесь поиском по форуму:
34
Ответ Создать тему
КиберФорум - форум программистов, компьютерный форум, программирование
Powered by vBulletin
Copyright ©2000 - 2024, CyberForum.ru