android-studio-3.0

Incompatible Bitbucket plugin 1.2.1 for Android Studio 2.0/2.1/3.0+

一曲冷凌霜 提交于 2019-12-02 18:45:34
I have updated version of my Android Studio to 2.0 and is facing incompatibility issue of bitbucket plugin 1.2.1 when loading Android Studio. Android Studio's Event log is saying: "Plugin Error Problems found loading plugins: Following plugins are incompatible with current IDE build: Bitbucket" Can anyone help me regarding? Thanks in advance. Alex Try use jetbrains bitbucket connector, open this link and download the package: https://drive.google.com/open?id=1L0bEhoCIrV9Jced1fqdYscI34wwuKyvQ After dowloading you need install this plugin (Don't extract the package). In Android Studio, follow

Cannot resolve symbol '?attr/actionBarSize' after updating Android Studio from 2.3 to 3.0 for buildToolsVersion '26.0.2'

一笑奈何 提交于 2019-12-02 14:46:21
After updating Android Studio from 2.3 to 3.0 I changed buildToolsVersion from 26.0.0 to 26.0.2 and after then I am getting this error: Cannot resolve symbol '?attr/actionBarSize Xml code: <android.support.v7.widget.Toolbar android:id="@+id/toolbar" android:layout_width="match_parent" android:layout_height="?attr/actionBarSize" android:background="@color/colorPrimary" app:popupTheme="@style/ThemeOverlay.AppCompat.Light" app:titleTextColor="@android:color/white"/> Dependencies: compile 'com.android.support:appcompat-v7:26.1.0' compile 'com.android.support:design:26.1.0' Victoria Klimova Nothing

How to properly deal with class dependencies to utilize incremental compilation in Java/Android with Gradle?

守給你的承諾、 提交于 2019-12-02 11:57:42
I improved our build system and activated incremental builds and compilation as described in this question. To my disappointment, incremental compilation didn't improve build times as much as I expected from reading Gradles blog post . After some investigation, I realized that the issue is that even though I only add a comment to a small class somewhere deep in the app apparently almost the whole codebase is rebuilt. In fact, it doesn't really matter which class I touch, Gradles --debug output reveals that it basically always recompiles 476 classes. Incremental compilation of 476 classes

Error: Project 'app' not found in root project 'projectName'

▼魔方 西西 提交于 2019-12-02 05:44:07
I have an old app developed in Eclipse and now trying to migrate it to Android Studio. I updated the libraries and followed the basic steps. Now, I am getting this error: Error: Project 'app' not found in root project 'projectName'. I am using classpath 'com.android.tools.build:gradle:3.0.1' and latest gradle 4.1. Can anyone help on this? I think your project is too old. Here is a classpath use it. Then your project will ask for update and Project will automatically update to latest version. It work like mid upgrade then high upgrade for too old project. Actually it work for me many times. I

Style attribute attr/@attr/minTextSize not found

て烟熏妆下的殇ゞ 提交于 2019-12-02 01:07:07
I have trying since long to identify the issue but unfortunately not able to If I do android.enableAapt2=true The code works fine, but removing the same(Which should compulsorily be) there is a error thrown saying \incremental\mergeDevDebugResources\merged.dir\values\values.xml:5887: error: style attribute 'attr/@attr/minTextSize' not found. Here are the details of the versions I am using classpath 'com.android.tools.build:gradle:3.2.0' classpath 'com.jakewharton:butterknife-gradle-plugin:8.4.0' classpath 'com.google.gms:google-services:4.0.1' classpath "org.sonarsource.scanner.gradle

Gradle Stuck and taking long time after updating Android studio 3.0 stable update

我怕爱的太早我们不能终老 提交于 2019-12-01 22:03:21
I have updated Android studio to 3.0 stable release version. My project and its corresponding dependencies are working fine upto 2.3.3 Android version. But since yesterday, Gradle build is taking so long and got stuck at processes while resolving dependencies. Please check below screenshot of build.gradle file: I have checked gradle setting too, trying using Gradle wrapper or Local Gradle Distribution method, but no luck. Please see below setting : And, my gradle-wrapper.properties file look like : #Thu Oct 26 17:52:06 IST 2017 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists

Error:layout bounds on right border must start at edge

给你一囗甜甜゛ 提交于 2019-12-01 21:06:12
问题 My project works fine yesterday; but when I Updated Android studio to 3.0 today and accordingly AAPT2 is enables by default. I have the following error: Error:layout bounds on right border must start at edge. Error:Execution failed for task ':app:mergeDevDebugResources'. Error: java.util.concurrent.ExecutionException: com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details I opened log file but can not find a clue. when I google Error:layout bounds on right border must

Android studio 3.0 error, how can I get rid of it?

亡梦爱人 提交于 2019-12-01 21:02:41
I just update my android studio to 3.0 now, but when I try to build apk on my project, it's shows following error: Project depends on com.google.android.support:wearable:2.0.0, so it must also depend (as a provided dependency) on com.google.android.wearable:wearable:2.0.0 My build.gradle is like that: dependencies { compile fileTree(include: ['*.jar'], dir: 'libs') compile project(':lpd') compile 'com.google.android.support:wearable:2.0.0-alpha2' compile 'com.google.android.gms:play-services-wearable:9.4.0' compile files('libs/zxing_2.3.0.jar') compile(name: 'hwwearableservice-release', ext:

OpenCV Android native code build issue

☆樱花仙子☆ 提交于 2019-12-01 17:43:40
I am learning how to write C++ code using OpenCV and I want to run it in Android. I use Android Studio. I have created a new simple project with C++ support and then I added my test code to the C++ file. My own files compile and link, it seems. Now something else that I don't think is related to my project is causing many errors. It seems to be something inside NDK. Could it be a bug in the latest version, and if so, what can I do about it? C:/Android/sdk/ndk-bundle/toolchains/x86-4.9/prebuilt/windows-x86_64/lib/gcc/i686-linux-android/4.9.x/../../../../i686-linux-android/bin\ld: error: C:

Android Studio 3.0 - Unable to save settings: Failed to save settings. Please restart Android Studio

独自空忆成欢 提交于 2019-12-01 16:15:11
Yesterday I was updated my Android Studio version to stable version 3.0 then I am started getting this errors in my studio and unable to build the app. Unable to save plugin settings: The plugin org.jetbrains.android failed to save settings and has been disabled. Please restart Android Studio But I forcefully enabled all plugins in my Studio by going to File-->Settings-->Plugins --> All are enabled. I tried by deleting .AndroidStudio/* folder as suggested here and here I tried by Invalidate and Restart and Enable Android Support as suggested here And also tried by uninstalling studio and