Android Studio is an IDE targeted at Android development, based on IntelliJ IDEA.
1
vote
0answers
10 views
Android Studio - Panic: Could not open AVD
After many hours of fixing Gradle issues, I was able to build my test app in Android Studio. But when I tried to run it in an AVD, it just won't open.
This is the log:
Waiting for device.
...
0
votes
1answer
9 views
How do I compile the Google Play libraries under Android Studio preview edition?
I'm trying to write an app with the new Android Studio which will use the Google Play APIs, but I don't know how to include that library in the build process.
My app is named MyApp.
I already have ...
1
vote
0answers
10 views
android studio not loading on device, local path doesn't exist
I recently attempted to migrate my eclipse project over to android studio. All went well until i attempted to run the project and an error came up
Uploading file
local path: ...
0
votes
0answers
13 views
Android studio permission denied error
I've been using the new android studio happily since launch, but today I tried to build a project and got the following:
android-apt-compiler: [app_name] ...
1
vote
0answers
18 views
Android Studio: xmlns:map not working
After doing a lot of research, and not finding anything... quick question, does anybody has an idea why Android Studio is not taking the Map tag? The code below is a fragment of the maps sample in ...
0
votes
2answers
13 views
What is the location of “Android Target” for Android Studio?
While trying to setup PhoneGap for Android Studio, I ran the create script:
./create /home/sander/development-tools/AndroidStudioProjects/DashClock com.sandernem.dashclock DashClock
and ended up ...
0
votes
1answer
15 views
Andriod Studio: Cannot create new project; Failed to import Gradle project: com.intellij.execution.ExecutionException:
I get an exception whenever I try to Open or Create a project with Android Studio v0.1.3 running on Windows 7 with the 1.7 jdk (just in case any of that makes a difference).
I've checked out the ...
0
votes
1answer
30 views
Android Studios doesn't understand Log function
I'm fairly new to android programming in general, and I'm having problems with printing to my log. I'm using Log.v() to do it, but I get an error: "cannot resolve symbol v"
This is the code:
import ...
0
votes
1answer
70 views
Building Android Studio project with HoloEverywhere fails
Whenever I try to build my project that contains HoloEverywhere as a dependency, I come across this error:
Gradle: FAILURE: Build failed with an exception.
What went wrong: Execution ...
1
vote
0answers
45 views
Android Studio design view broken after update 0.1.3
Before, the design tab of xml files would perfectly display what I should expect to see on my device's screen (using Nexus 4).
Now it's way off. ImageViews and views with backgrounds are way to big. ...
-1
votes
0answers
20 views
New Android Studio update locks up [closed]
A few minutes ago Android Studio informed me about a new update. I completed the update and now, to the several problems it has already caused me, it decided to add a new one really annoying (not that ...
0
votes
0answers
25 views
android studio not downloading sources and javadoc
Using Android studio version 0.1.3 and version 0.4.2 of the android gradle plugin. I noticed that its not pulling in sources for any of my dependencies. i used a third party android plugin before on ...
1
vote
0answers
12 views
Questions about calabash-android support in Android Studio: Ruby, Editing features and steps, Launching tests
I'm working with Android Studio on Windows 7, 64 bit. I'm a noobie on Android Studio (or any Intelij IDE).
I downloaded and installed Ruby 1.9.3, The Ruby DevKit and calabash-android and I can ...
0
votes
0answers
21 views
Android Studio: add project as library
I want to add this project as library to my project in android studio.
this is what I tried,
I have my project directory as f:/my project/my app/src
and my library in f:/my project/my library/src
I ...
0
votes
0answers
14 views
Why making a self-created project is slower than making an imported project?
In Android Studio, when I press ctrl-f9 to make project, I notice that the imported project (from external source) takes about 2 seconds to accomplish, while a self-created project by Android Studio ...