React Native APK build failure Unable to process incoming event 'ProgressComplete' -


suddenly cannot build release apk following error:

[04/07/2017, 20:37:22] transforming files (18437ms) bundle: start bundle: finish bundle: writing bundle output to: d:\likecounter\android\app\build\intermediates\assets\release\index.android.bundle bundle: done writing bundle output bundle: copying 13 asset files bundle: done copying assets

failure: build failed exception.

what went wrong: unable process incoming event 'progresscomplete ' (progresscompleteevent)

try: run --stacktrace option stack trace. run --info or --debug option more log output.

i tried use suggested flags, weren't helpful.

the thing can think cause problem when tried press run button on android studio suggested allow has "instant run" , naively agreed.

i tried take following steps:

  • change gradle version 2.2.3 2.1.2
  • cancel instant run in android studio configuration reaching build, execution, deployment -> instant run -> un-select everything

i had same problem , solved running command plain console follow:

yourcommand --console plain 

Comments

Popular posts from this blog

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

c# - Populating Gridview inside Listview ItemTemplate On Web User Control from Code Behind -