diff --git a/plugins/android/resources/messages/AndroidBundle.properties b/plugins/android/resources/messages/AndroidBundle.properties index 6e7666944d41..9336260646ca 100644 --- a/plugins/android/resources/messages/AndroidBundle.properties +++ b/plugins/android/resources/messages/AndroidBundle.properties @@ -213,4 +213,5 @@ android.run.configuration.emulator.tab.title=Emulator android.run.configuration.logcat.tab.title=Logcat android.facet.settings.apk.path.label=APK path: android.run.confguration.deploy.and.install.check.box=Deplo&y application -android.manifest.debuggable.attribute.not.true.warning=The manifest 'debuggable' attribute isn't set to 'true'.\nYou have to set it to true in order to debug on a device.\nWould you like to do it? \ No newline at end of file +android.manifest.debuggable.attribute.not.true.warning=The manifest 'debuggable' attribute isn't set to 'true'.\nYou have to set it to true in order to debug on a device.\nWould you like to do it? +android.logcat.no.android.facets.error=There is no Android facets in the project \ No newline at end of file diff --git a/plugins/android/src/org/jetbrains/android/logcat/AndroidLogcatToolWindowView.form b/plugins/android/src/org/jetbrains/android/logcat/AndroidLogcatToolWindowView.form index 182776198619..852e0928f778 100644 --- a/plugins/android/src/org/jetbrains/android/logcat/AndroidLogcatToolWindowView.form +++ b/plugins/android/src/org/jetbrains/android/logcat/AndroidLogcatToolWindowView.form @@ -1,6 +1,6 @@