Fixed
Status Update
Comments
au...@google.com <au...@google.com>
[Deleted User] <[Deleted User]> #3
I think this might be the same as issue 36949180 . As mentioned in the comments there, try:
As a temporary workaround, try turning off Preferences > Compiler > Use External Build.
As a temporary workaround, try turning off Preferences > Compiler > Use External Build.
ca...@gmail.com <ca...@gmail.com> #4
Deleting the out folder before rebuilding solves the problem
mm...@gmail.com <mm...@gmail.com> #5
turning off Preferences > Compiler > Use External Build doesn't work if you have other modules as dependencies.
we...@gmail.com <we...@gmail.com> #6
I'm having the same problem.
[Deleted User] <[Deleted User]> #7
Same issue here
[Deleted User] <[Deleted User]> #8
Also having this problem, but turning off Preferences > Compiler > Use External Build worked for me, even though I have other modules as dependencies, despite what jai.chan mentioned.
un...@gmail.com <un...@gmail.com> #11
Also having the same problem.But I don't know How can I fix ?
se...@gmail.com <se...@gmail.com> #12
The problem is still there... :s
se...@gmail.com <se...@gmail.com> #13
having the same issue here too
si...@gmail.com <si...@gmail.com> #14
Still happens
[Deleted User] <[Deleted User]> #15
A shame that google is not able to solve this issue since several years but is able to pop out yet another android version.
de...@gmail.com <de...@gmail.com> #16
Android Studio 1.4 and this or similar bug is still here! My project is completely blocked due to inability to add a new activity class without getting "cannot find symbol" for it. The other classes are getting compiled except that activty. I've checked in the build/intermediates/classes - the activity .class is missing, not even compiled though it is hollow class, no syntax error.
Already tried:
Invalidate Cache and Restart - nope
Deleted /build directory and rebuild - nope
./gradlew clean of entire project - nope
Restarting after everything above - nope
Recreating a new blank activity - nope
Checked manifest entries for the activity - nope
Combination of the above - nope
Desperation mode: on
Already tried:
Invalidate Cache and Restart - nope
Deleted /build directory and rebuild - nope
./gradlew clean of entire project - nope
Restarting after everything above - nope
Recreating a new blank activity - nope
Checked manifest entries for the activity - nope
Combination of the above - nope
Desperation mode: on
jf...@gmail.com <jf...@gmail.com> #17
I've just managed to workaround it! Simple Refactor > Move to another package did remove the error, but after I moved it back to the original package the error appeared again. Have NO idea what's going on!
[Deleted User] <[Deleted User]> #18
Damn, I've found that class in the long forgotten exclude list in my build.gradle! What a stupid mistake of mine. Mystery revealed! (chuckle)
dn...@google.com <dn...@google.com> #19
Issue is fixed and released in 25.2.0 support library.
ha...@gmail.com <ha...@gmail.com> #20
Just switched to 25.2.0 but still not working :-(
sr...@gmail.com <sr...@gmail.com> #21
Did not get fixed with 25.2.0 as well.
la...@gmail.com <la...@gmail.com> #22
Found this issue fixed with version 25.2.0
ja...@gmail.com <ja...@gmail.com> #23
Didn't fixed in 25.2.0
hi...@gmail.com <hi...@gmail.com> #24
25.3.1 did fix my InputTextLayout issue.
dr...@gmail.com <dr...@gmail.com> #25
Nope, didn't fixed in 25.3.1
ca...@gmail.com <ca...@gmail.com> #26
It IS fixed in 25.3.1, confirmed in Xamarin Android
gr...@gmail.com <gr...@gmail.com> #27
I also use 25.3.1 and can still reproduce the bug
mw...@gmail.com <mw...@gmail.com> #28
I am using 26.1.0 and still get the same issue
Description
Version used: 25.1.0
Theme used: Theme.AppCompat.NoActionBar
Devices/Android versions reproduced on: 4.1.1 and 7.0
Hey guys, I was testing my app with the Support Library 25.1.0 and found this bug on the TextInputLayout. If the EditText or TextInputEditText inside the TextInputLayout sets text using android:text, the hint and text overlay (Like this:
*Steps to reproduce: *
1. Add a TextInputLayout from the Design library;
2. Add an EditText or TextInputEditText inside it with a hint set;
3. Run the app and notice everything works;
4. Set an android:text value attribute in the EditText
5. Run the app again and notice how the hint and the text overlay. The component doesn't fix the glitch even if the user type something.