Obsolete
Status Update
Comments
gl...@gmail.com <gl...@gmail.com> #2
Confirm the issue.
OS: Windows 8.1, Ubuntu
OS: Windows 8.1, Ubuntu
bo...@gmail.com <bo...@gmail.com> #3
Confirmed.
Version of Android Studio (available in the about box): 0.5.0
OS version: OpenSuse 13.1 x64
Java JRE/JDK version: 1.7.0_51
OpenJDK Runtime Environment (IcedTea 2.4.4) (suse-24.13.5-x86_64)
OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
Version of Android Studio (available in the about box): 0.5.0
OS version: OpenSuse 13.1 x64
Java JRE/JDK version: 1.7.0_51
OpenJDK Runtime Environment (IcedTea 2.4.4) (suse-24.13.5-x86_64)
OpenJDK 64-Bit Server VM (build 24.45-b08, mixed mode)
gl...@gmail.com <gl...@gmail.com> #4
I'm looking into this issue today.
je...@thegollys.com <je...@thegollys.com> #5
Just delete line resources.srcDirs = ['src']
It solved the problem for me
It solved the problem for me
ga...@gmail.com <ga...@gmail.com> #6
Version of Android Studio (available in the about box): 0.5.0
OS version: Gentoo x64
Java JRE/JDK version: 1.7.0_51-b13
Confirmed problem and solution in #5 reply too.
OS version: Gentoo x64
Java JRE/JDK version: 1.7.0_51-b13
Confirmed problem and solution in #5 reply too.
qq...@gmail.com <qq...@gmail.com> #7
@gabin Thx for the workaround. It's working for me.
[Deleted User] <[Deleted User]> #8
I found the problem!!!!
The issue is that 'src' is both Java source and Java resource folder. Studio first marks it as Java source (good thing) and .java files are seen as Java classes, and right after that, the same folder is marked as a resource one (I'm talking in IDEA terms). The fix is to make Studio do the opposite. Working on it.
The issue is that 'src' is both Java source and Java resource folder. Studio first marks it as Java source (good thing) and .java files are seen as Java classes, and right after that, the same folder is marked as a resource one (I'm talking in IDEA terms). The fix is to make Studio do the opposite. Working on it.
be...@gmail.com <be...@gmail.com> #9
Fix confirmed. It works.
What surprises me is that this is not new in 0.5.0. We had this bug in previous versions!
What surprises me is that this is not new in 0.5.0. We had this bug in previous versions!
ti...@thesitedoctor.co.uk <ti...@thesitedoctor.co.uk> #10
BTW, the issue with gradle file editor (marking "main" as warning) is a separate issue.
ma...@gmail.com <ma...@gmail.com> #11
je...@thegollys.com <je...@thegollys.com> #12
Great news, thanks.
Will be waiting for 0.5.1
Will be waiting for 0.5.1
je...@thegollys.com <je...@thegollys.com> #13
Confirmed. #5 work for me too
ad...@gmail.com <ad...@gmail.com> #14
Fix has been merged. Studio 0.5.1 will have this change.
mz...@gmail.com <mz...@gmail.com> #15
Another issue with the list not being customisable is the fact that since android sorts the list alphabetically app developers are starting to label their share entries specifically to get to the top.
My list is starting to look like the classifieds in my local paper - "AAAA Share on FriendFace".
Sort by recent usage would be a better default since most people won't use a customise feature so you'll still get the dumb share menu entries. Alternatively allow renaming the entries as well as customising the order.
My list is starting to look like the classifieds in my local paper - "AAAA Share on FriendFace".
Sort by recent usage would be a better default since most people won't use a customise feature so you'll still get the dumb share menu entries. Alternatively allow renaming the entries as well as customising the order.
fk...@gmail.com <fk...@gmail.com> #16
Any clue when an update will be pushed out?
en...@google.com <en...@google.com>
da...@gmail.com <da...@gmail.com> #17
we release roughly weekly.
jo...@gmail.com <jo...@gmail.com> #18
We usually have weekly updates -> we expect 0.5.1 to be released next week. On the meantime, please use the workaround in #5. Sorry for the inconvenience.
tm...@gmail.com <tm...@gmail.com> #19
My build.gradle file doesn't have "resources.srcDirs" defined at all but I'm still getting this error.
sourceSets {
main {
manifest.srcFile 'src/main/AndroidManifest.xml'
java.srcDirs = ['src/main/java']
res.srcDirs = ['src/main/res']
assets.srcDirs = ['src/main/assets']
}
}
sourceSets {
main {
manifest.srcFile 'src/main/AndroidManifest.xml'
java.srcDirs = ['src/main/java']
res.srcDirs = ['src/main/res']
assets.srcDirs = ['src/main/assets']
}
}
ba...@gmail.com <ba...@gmail.com> #20
Daniel, what is the error that you are getting? Can you please share some more details?
BTW, I tried the snippet you provided with Studio (after fix applied) and it worked fine.
BTW, I tried the snippet you provided with Studio (after fix applied) and it worked fine.
yt...@gmail.com <yt...@gmail.com> #21
Hovering over sourceSets{main{}} shown above in Android Studio gives me tooltip error 'main' in 'build' cannot be applied to (groovy.lang.Closure<java.util.ArrayList>)'.
Builds are now yielding errors about xml files being invalid but compiling from the cli works perfect. This was all working perfect before 0.5.0
Builds are now yielding errors about xml files being invalid but compiling from the cli works perfect. This was all working perfect before 0.5.0
Description
Please allow users to:
1. Hide apps from the list
2. Add direct shortcuts to email contacts.