質問編集履歴

2

追記

2018/09/04 05:55

投稿

hbhvychgh
hbhvychgh

スコア13

test CHANGED
File without changes
test CHANGED
@@ -335,3 +335,73 @@
335
335
  }
336
336
 
337
337
  ```
338
+
339
+
340
+
341
+
342
+
343
+ buildはできてるっぽいです
344
+
345
+
346
+
347
+ BUILD SUCCESSFUL in 14s
348
+
349
+ 44 actionable tasks: 12 executed, 32 up-to-date
350
+
351
+
352
+
353
+ 追記 質問と関係ないのですが
354
+
355
+
356
+
357
+ エミュレーター起動時のエラー内容 logより赤字所々抜粋
358
+
359
+ 09-04 05:39:39.910 1684-1742/? E/storaged: getDiskStats failed with result NOT_SUPPORTED and size 0
360
+
361
+ 09-04 05:39:46.021 11721-11735/system_process E/memtrack: Couldn't load memtrack module
362
+
363
+ 09-04 05:39:49.756 11721-11750/system_process E/EGL_emulation: eglQueryContext 32c0 EGL_BAD_ATTRIBUTE
364
+
365
+ td 11750: eglQueryContext(1858): error 0x3004 (EGL_BAD_ATTRIBUTE)
366
+
367
+ 09-04 05:39:50.630 11721-11744/system_process E/KernelCpuSpeedReader: Failed to read cpu-freq: /sys/devices/system/cpu/cpu0/cpufreq/stats/time_in_state (No such file or directory)
368
+
369
+ 09-04 05:44:10.556 11721-11735/system_process E/memtrack: Couldn't load memtrack module
370
+
371
+ 09-04 05:44:29.986 11829-11829/com.google.android.inputmethod.latin E/ActivityThread: Service com.firebase.jobdispatcher.GooglePlayReceiver has leaked ServiceConnection ait@97445f4 that was originally bound here
372
+
373
+ android.app.ServiceConnectionLeaked: Service com.firebase.jobdispatcher.GooglePlayReceiver has leaked ServiceConnection ait@97445f4 that was originally bound here
374
+
375
+ at android.app.LoadedApk$ServiceDispatcher.<init>(LoadedApk.java:1610)
376
+
377
+ at android.app.LoadedApk.getServiceDispatcher(LoadedApk.java:1502)
378
+
379
+ at android.app.ContextImpl.bindServiceCommon(ContextImpl.java:1659)
380
+
381
+ at android.app.ContextImpl.bindService(ContextImpl.java:1612)
382
+
383
+ at android.content.ContextWrapper.bindService(ContextWrapper.java:698)
384
+
385
+ at ahu.a(PG:56)
386
+
387
+ at aib.handleMessage(PG:22)
388
+
389
+ at android.os.Handler.dispatchMessage(Handler.java:106)
390
+
391
+ at android.os.Looper.loop(Looper.java:193)
392
+
393
+ at android.app.ActivityThread.main(ActivityThread.java:6669)
394
+
395
+ at java.lang.reflect.Method.invoke(Native Method)
396
+
397
+ at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493)
398
+
399
+ at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)
400
+
401
+ 09-04 05:45:05.380 12378-31794/com.google.android.googlequicksearchbox:search E/IAudioFlinger: createRecord returned error -12
402
+
403
+ 09-04 05:45:05.380 12378-31794/com.google.android.googlequicksearchbox:search E/AudioRecord: AudioFlinger could not create record track, status: -12
404
+
405
+ 09-04 05:45:05.381 12378-31794/com.google.android.googlequicksearchbox:search E/AudioRecord-JNI: Error creating AudioRecord instance: initialization check failed with status -12.
406
+
407
+ 09-04 05:45:05.384 12378-31794/com.google.android.googlequicksearchbox:search E/android.media.AudioRecord: Error code -20 when initializing native AudioRecord object.

1

初心者マーク

2018/09/04 05:55

投稿

hbhvychgh
hbhvychgh

スコア13

test CHANGED
File without changes
test CHANGED
File without changes