Add following in your gradle to make your app debugabble.
android { buildTypes { all { isDebuggable = true isShrinkResources = false isMinifyEnabled = false } } }
Last updated 3 months ago
This site uses cookies to deliver its service and to analyze traffic. By browsing this site, you accept the privacy policy.