For questions related to the usage and features that are specific to version 2.0-beta5 of Android Studio - the official IDE targeted at Android development. When using this tag also include the more generic [android-studio] tag. Do NOT use this tag for questions about programming for Android in general; instead use the tag: Android
Questions tagged [android-studio-2.0-beta5]
6 questions
56
votes
3 answers
Test Artifact selector missing/gone from Build Variants in Android Studio 2 Beta 5
In order to run Instrumentation Tests from within Android Studio, I typically select "Android Instrumentation Tests" as the test artifact to be built, via the Build Variants window. I recently upgraded to Android Studio 2 Beta 5, and the "Test…

Mark McClelland
- 4,980
- 4
- 35
- 48
3
votes
2 answers
Unable to discard the local changes in Git
I am using the Android Studio and Git is located with it.
Path of Git in Android studio is as follows,
C:\Users\abc\AppData\Local\GitHub\PortableGit_cf76fc1621ac41ad4fe86c420ab5ff403f1808b9\cmd\git.exe
there are some local file changes when I tried…

Swift
- 271
- 3
- 13
2
votes
1 answer
IllegalStateException randomely throwed at activity launch
When I run my activity, I get an IllegalStateException: You need to use a Theme.AppCompat theme at random times. I just need to rebuild the project and the activity start on the next run, but after some runs, I get the exception again.
I checked…

Vadim Caen
- 1,526
- 11
- 21
0
votes
3 answers
Splash Screen not properly displayed
Code For splash.xml :

Kundan Kumar
- 151
- 1
- 2
- 12
0
votes
1 answer
Where is the exact path of the file created by FileOutputStream in Mac OS?
I am trying to create a simple text file in my android app using the code:
FileOutputStream fileout=mContext.openFileOutput("mytextfile.txt", mContext.MODE_PRIVATE);
OutputStreamWriter outputWriter=new…

Teja Nandamuri
- 11,045
- 6
- 57
- 109
0
votes
1 answer
Android studio 2.0 unable to load project correctly - wearable.iml is not well formed
Everytime i try and load my project using android studio 2.0 Beta 6 i get the following error:
After that i sync gradle and im able to work with the project. I tried going to file-->Invalidate Caches /Restart and i invalidated the cache which…

j2emanue
- 60,549
- 65
- 286
- 456