Android : Logcat not showing in Android Studio

on Thursday, December 4, 2014


I changed the applicationId of my app in build.gradle under app folder from



defaultConfig{
applicationId "com.sample.sampleapp"
....
}


to



defaultConfig{
applicationId "com.sample.app"
....
}


Now, the logcat is not showing even though the filter configuration is configured by package name: com.sample.app


Any ideas? Sorry, I'm new to Android Studio. Big thanks in advance.


0 comments:

Post a Comment