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

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -