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
Post a Comment