debugging - Android Studio debugger launches with null intent -


when try debug application in brand new android studio, strange happens: instead of intent action set in androidmanifest (android.intent.action.main) launches null intent. had add catcher in intent filter replace null intents "android.intent.action.main" surely isn't right way it. launching app directly launcher, of course, doesn't cause this. debugger launch, strange reason. couldn't find setting setting intent launch - missing? thanks!

this bug has been fixed (https://android-review.googlesource.com/#/c/58940/) version 0.1.1


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -