After using Android Studio for a month, it is a real shame that it doesn't 
have a working Problems View. This interview 
<http://blog.jetbrains.com/idea/2015/02/interview-with-tor-norbye-the-present-and-the-future-of-developer-tools-for-android/>
 
with Tor pretty much explains (at least at the outset) why: the 
IntelliJ/Android Studio Problems View sounds like it works by using an 
internal compiler, but since Android Studio only builds with Gradle, the 
internal compilation (and thus the Problems View) really wouldn't work. So 
I can understand the reason, but as an end-user, it's really disappointing 
after experiencing the Eclipse Problems View.

There's already a bug in AOSP 
<https://code.google.com/p/android/issues/detail?id=76045>about the lack of 
Problems View in Android Studio.

Thanks.

On Thursday, March 19, 2015 at 5:02:10 PM UTC-7, Malcolm Evershed wrote:
>
> This documentation <http://developer.android.com/tools/help/lint.html>says 
> "configured lint and other IDE inspections run automatically whenever you 
> compile your program", but when I tried this, no warnings are displayed. 
> Am I looking in the wrong place, or is this a doc bug, or an Android Studio 
> bug? Should I file a bug?
>
> For example, in *Eclipse*, in a new project, if I type "int x = 
> MediaCodec.BUFFER_FLAG_KEY_FRAME;" and hit Save, the *Problems View* 
> shows an Android Lint Problem about the field requiring SDK 21, and a Java 
> Problem about a local variable being unused.
>
> In *Android Studio* 1.1, I enter the same code, hit Save, hit "Make 
> Project" and the *Messages *and *Gradle Console* tool windows don't show 
> the expected warnings. However, if I press F2 (*Next Highlighted Error*) 
> and I hover over the cursor, the warning is shown in a *popup*. So the 
> warnings are being found, but there is no *overall UI indication* (other 
> than text color). How do I get an *auto-updating list view*? I can run 
> *Analyze 
> -> Inspect Code*, but that is manual, non-auto-updating, slow (which 
> doesn't make sense considering that it already ran because F2 works) and 
> not the 'automatically' that the docs describe.
>
> Thanks.
>

-- 
You received this message because you are subscribed to the Google Groups 
"adt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to