--
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 adt-dev+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
--
You received this message because you are subscribed to a topic in the Google Groups "adt-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adt-dev/v0AluPBcoy0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adt-dev+u...@googlegroups.com.
In my case, Is not a bug per se, is just that AS will only pick sourceSets made from android plugin. if AS could pick any sourceSet and configurations then I wouldn't need the mark directory as function.I would also like to see if the location of *.iml files can be configurable or something. right now, 3 of my apps depend on a common library project and everytime I open one of the app projects it overwrites parts of the iml file which I have under version control and is annoying. I would lke a copy of the library iml file in each app project so they change only their copies avoiding conflicts.
--
--
You received this message because you are subscribed to a topic in the Google Groups "adt-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adt-dev/v0AluPBcoy0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adt-dev+u...@googlegroups.com.
--
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 adt-dev+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
>We're going to need to add more sourcesets ourselves anyway (ui automator, lint), so we'll have to figure out how to do this soon.Awesome. And some means for adding custom generated sources (like what plugin puts into build/source directories) would be great too.
--
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 adt-dev+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to a topic in the Google Groups "adt-dev" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/adt-dev/v0AluPBcoy0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to adt-dev+u...@googlegroups.com.
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
And android studio automatically sets it to JDK7
--
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 adt-dev+u...@googlegroups.com.
Sorry I meant the open file dialog, so (using the Eclipse shortcut binding) I do Ctrl + Shift + R, begin type the class name to open it's file, and both the .java and .class files come up in the results.
Also, it's just kind of nice to only see the things we are actually interested in in the project browser: src, res, assets, ect.
On Tue, Nov 19, 2013 at 12:05 PM, Scott Barta <sba...@google.com> wrote:
Find Symbol isn't searching build/ for me. Can you file a bug with a reproducible case?One of our goals in removing the option is to understand what folks were using it for, and if it's to work around bugs, we'd much prefer to just fix the bugs.
On Tue, Nov 19, 2013 at 11:57 AM, Adam Brown <adamw...@gmail.com> wrote:
Ah ya this is a pain. Without the exclude option, things like the find symbol function also search in the build/ dir and you get results from .class files. We really need a way to hide & ignore bin & build.
On Saturday, November 9, 2013 5:02:30 AM UTC-8, David Laurell wrote:Hi,Up until now we could mark different directories as test source root so we would get auto complete stuff in junit test classes. Now this option seems to have disappeared.I'm using the gradle-android-test-plugin to write unit tests with Robolectric. The tests are put in src/main/test and we could do the following hack to get Android Studio to resolve the dependencies in the test classes:testCompile 'junit:junit:4.10'testCompile 'org.robolectric:robolectric:2.1.+'testCompile 'com.squareup:fest-android:1.0.+'//Used for Android Studio so it finds the referencesinstrumentTestCompile 'junit:junit:4.10'instrumentTestCompile 'org.robolectric:robolectric:2.1.+'instrumentTestCompile 'com.squareup:fest-android:1.0.+'I would rather that Android Studio could resolve the testCompile dependencies and mark junit directories as test source roots too. Then we can have both instrumentTests on a device and running local junit tests out of the box!Anyone have any solutions for this?
--
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 adt-dev+u...@googlegroups.com.