Questions tagged [android-studio-2.0]

Android Studio is the official IDE for Android application development. In version 2.0 it is based on IntelliJ 14.

Android Studio is the official IDE for Android application development, based on IntelliJ IDEA. On top of the capabilities you expect from IntelliJ, Android Studio offers:

  • Flexible Gradle-based build system
  • Build variants and multiple apk file generation
  • Code templates to help you build common app features
  • Rich layout editor with support for drag and drop theme editing
  • lint tools to catch performance, usability, version compatibility, and other problems
  • ProGuard and app-signing capabilities
  • Built-in support for Google Cloud Platform, making it easy to integrate Google Cloud Messaging and App Engine
  • And much more

Reference: https://developer.android.com/tools/studio/index.html

In version 2.0 it is based on IntelliJ 14.

345 questions
0
votes
1 answer

Issue with windowTranslucentStatus with AppCompat v22

I have an issue with making my Status Bar transparent respectively translucent. I am using AppCompat v22 Theme. I want to use windowTranslucentStatus for API >=19. I really searched for answers on stackoverflow, but i could not find any solution for…
0
votes
1 answer

Toolbar on the top of app not showing in Android Studio. (for Choice activity mentioned below)

When I run this Code the toolbar on top doesn't show up. This is My app manifest:
0
votes
0 answers

Instant Run - It keeps saying a class has been added when there is none

I've updated my Android Studio setup to 2.0-beta2 release in order to have a taste on the new Instant Run feature. I've followed all instructions available including updating Gradle plugin to 2.0.0-beta2 and such but alas, I still can't get IR to…
Hadi Satrio
  • 4,102
  • 2
  • 21
  • 41
0
votes
1 answer

Android studio 2.0 preview 6,7,8,9

whenever i click on build in android studio 2.0 preview 6-9 give me these errors Error:Execution failed for task ':app:clean'. Unable to delete directory: /mnt/7C88771C8876D45C/Android…
Arif Nouman Khan
  • 357
  • 1
  • 12
0
votes
0 answers

How to get plugin as jar in android studio

I need to send an associate a plugin that he can use in android studio. The plugin is here I need to send it to him on a USB stick for him to install as his network will not allow the plugin to be downloaded through gradle directly. What do i need…
j2emanue
  • 51,417
  • 46
  • 239
  • 380
0
votes
0 answers

Linux terminal is not same in Android studio and normal terminal window

I use Elementary os (Ubuntu based) and I have configured terminal to simplify the usage of git. I used the instructions given at Udacity's How to use git and GitHub. This is in my terminal when I opened by Home+t. This in android studio terminal.…
0
votes
2 answers

Android emulator blank on "newer" AVDs, even after several hours, on decent machine w/HAXM

Setup: Win7/64 with Android Studio 1.4 and also with 2.0 Preview 5 on the same machine (i5-2450M w/4 GB, HAXM 6.0.1 supported and set at 2 GB). I have not tried exhaustively, but on the handful of AVD combinations I have tried, I can only get AVDs…
Kev
  • 14,115
  • 14
  • 75
  • 106
0
votes
2 answers

Android Studio 2.0, org.gradle.process.internal.ExecException: Process 'command Error finished with non-zero exit value 3

I am experimenting with the new android studio IDE 2.0 , Project was working fine with studio 1.5 . After Migration I am geeting the following Error- :app:transformClassesWithDexForDebug FAILED FAILURE: Build failed with an exception. What went…
0
votes
1 answer

Android Studio will not let me type the first line of a layout XML file

Often times in Android Studio I will create a new Layout file just by creating a new file in the Layout directory and coding it manually. When I try to type the first line it stops me just before the last ">"…
intA
  • 2,131
  • 10
  • 34
  • 50
0
votes
2 answers

Rendering problems with default Android Studio project

I've been working with Android Studio for a bit now, learning how to develop apps. I've noticed that when I make a project, starting with a blank activity, it gives me rendering errors right from the start. Rarely am I ever able to actually see a…
intA
  • 2,131
  • 10
  • 34
  • 50
0
votes
0 answers

Android Studio acting weird when I hover options

I have a problem (a big one) that makes programming in Android Studio really hard. Whenever I try to hover on an option it simply shows the UI again behind the mouse. Here is an example os the bug So what should I do to solve this thing? I can't use…
Ismael Blasco
  • 161
  • 2
  • 7
-1
votes
2 answers

Error:Error converting bytecode to dex: Cause: com.android.dex.DexException: Multiple dex files define Lcom/google/android/gms/common/api/zza;

I have this error: Error:Error converting bytecode to dex: Cause: com.android.dex.DexException: Multiple dex files define Lcom/google/android/gms/common/api/zza; I am not getting how to solve this, please help. I don't know whether to include…
-1
votes
1 answer

How do create a button that when pressed enters a calendar view, allowing the user to select a date?

How do code a button that when pressed enters a calendar view, allowing the user to select a date? (In both the Main Activity and xml)
-1
votes
1 answer

Listview with many images isn't working

I'm creating an activity which will consist of a listview. Each element of the listview will contain one image and one text. When I'm running the app for example with just 10 elements it works just fine. But when I have 90 elements, my app stops…
1 2 3
22
23