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.

347 questions
0
votes
1 answer

Android Studio 2.0 does not start download

I wish update Android Studio to 2.0. However, in the Tools-> Check for Updates section: Selecting Updates, displays: Selecting Download (in the top image) redirects to: http://tools.android.com/download/studio/canary/latest/, so that I can install…
Sauron
  • 6,399
  • 14
  • 71
  • 136
0
votes
1 answer

Android Studio 2.0 basic runtime logcat error message

I have upgraded to android studio 2.0 last week, but now every time I run any app I get the following error messages in the logcat. I have posted 2 screen shots below. The first one shows an app that was created when starting android studio with no…
tb08
  • 57
  • 1
  • 5
0
votes
1 answer

Appium - Cannot launch Android emulator on Windows

I want to launch Appium with Android emulator on Windows. I want to test ApiDemo.apk. The following graphic shows my Appium GUI configuration: The following graphic shows my starting emulator: The following code is showing my JUnit test…
Steve Murdock
  • 709
  • 1
  • 10
  • 20
0
votes
0 answers

Error when ProGuard Enabled : Uncaught translation error

Here is the the Message : :app:processReleaseJavaRes UP-TO-DATE :flurry_lib:jar UP-TO-DATE :app:prepareComAndroidSupportAppcompatV72300Library UP-TO-DATE :googleCloudMessaging_lib:processResources UP-TO-DATE …
Rohith Srinivas
  • 155
  • 1
  • 4
  • 12
0
votes
1 answer

VectorDrawables and Instant Run with android gradle plugin

I have been using the latest android support library, Gradle plugin, android Studio as they release. As with last few releases of android support library, the feature to support vectorDrawables natively was introduced and revoked with another…
0
votes
1 answer

InstantRun: Couldn't apply code changes

Android Studio 2.0 added the new instant run feature, but it doesnt work.... InstantRun: Couldn't apply code changes java.lang.reflect.InvocationTargetException at java.lang.reflect.Method.invoke(Native Method) at…
GregM
  • 3,624
  • 3
  • 35
  • 51
0
votes
0 answers

Listen for SMS in android

I followed a tutorial about listening for SMS in android, but I can't figure out why my code doesn't work. It compiles without errors, app runs, but I can't get toast to appear when message is recieved. Help will be appriciated…
ikurek
  • 604
  • 11
  • 27
0
votes
1 answer

Where did the "Other Settings" go in Android Studio?

I can't seem to find the menu Settings > Other Settings Where is it hiding? ;)
Sebastian
  • 2,896
  • 23
  • 36
0
votes
1 answer

Android Studio 2.0 Gradle Error [NoClassDefFoundError: Could not initialize class org.gradle.StartParameter]

Not sure what's going on. I just updated Android Studio from version 1.5.1 to 2.0 on Ubuntu 15.10 about an hour ago. It seems as though Gradle can't be found or is having issues. It would make sense to find out the Gradle version and install the…
user3386826
  • 327
  • 8
  • 19
0
votes
2 answers

FragmentBuilder issue after updating Android studio to 2.0

Today I did update Android Studio to 2.0. And I faced with the problem: There weren't any problems with 1.5, but now there are. I'm using sockeqwe/fragmentargs library to communicate between fragments using FragmentBuilder. I have the latest…
VLeonovs
  • 2,193
  • 5
  • 24
  • 44
0
votes
1 answer

How can I create the lbpcascade_frontalface.xml about OpenCV in Android Studio 2.0

I use the OpenCV Example named "openCVSamplefacedetection". There is a xml file "lbpcascade_frontalface.xml" How can I create this file by myself ? thanks a lot
William Liu
  • 171
  • 1
  • 4
0
votes
2 answers

After updation Android studio 2.0 getting issue.

Error:The number of method references in a .dex file cannot exceed 64K. Learn how to resolve this issue at https://developer.android.com/tools/building/multidex.html Error:Execution failed for task…
0
votes
1 answer

Getting java.lang.VerifyError after upgrading to Android Studio 2.0

I upgraded Android Studio to 2.0. Then when I run & debug the app, it works fine until I click a button and call a function, and java.lang.VerifyError is thrown. This is what I get from logcat: E/AndroidRuntime: FATAL EXCEPTION: main …
0
votes
1 answer

App can't be launched after update, only option is uninstalling

I updated to Android Studio 2.0 and debugged an app with it. I noticed that the debug-app isn't listed in launchable apps in the menu anymore and thought that this might be due to the new instant-run feature of Android Studio 2.0. Then, I generated…
user3105453
  • 1,881
  • 5
  • 32
  • 55
0
votes
1 answer

Running the 'Blank activity' on Android Studio error

When I try to run the default 'Hello world' activity or blank activity I get the following error: minSdk(API 23, N preview) != deviceSdk(API 23) I'm using Android Studio 2.0 and I have tried multiple Virtual Devices. (Nexus 4, 5, 6P) But they all…
Raymond
  • 125
  • 1
  • 7