Questions tagged [android-studio-3.1]

Use for questions about using Android Studio, an official IDE targeted at Android development. Do NOT use for questions about programming for Android in general; instead use [android].

185 questions
2
votes
1 answer

Error: Some conflicts were found on updating Android studio 3.1

I am trying to update Android Studio 3.0.1 to 3.1 but after downloading and its starting patch but it shows error below. Here is my simple.xml.ftl file
2
votes
2 answers

Where does Android Studio 3.1 store generated apk/aar files?

After updating to Android Studio to version 3.1, I do not get generated apk/aar files from build/outputs directory. Can anyone has idea where these files actually located? And yes I am getting it by manually generating from gradle tasks from the…
2
votes
3 answers

Where is ADM in Android Studio 3.1?

Today i have upgraded from Android Studio 3.0 to 3.1 but I can´t find the Android Device Monitor! How can access to the Android Device Monitor in Android Studio 3.1?
Jorgesys
  • 124,308
  • 23
  • 334
  • 268
2
votes
0 answers

Problems with realm after gradle update

After update AndroidStudio to 3.1 and gradle to 3.1.0 I cannot build my project. I got this error: Could not determine artifacts for io.realm:realm-android-library:5.0.0: Skipped due to earlier error I have already tried: Clean/Rebuild…
1
vote
0 answers

Android resource linking fail in Android -3.1.24?

I am Work on MVVM module app and Getting error : - C:\Users\123.gradle\caches\transforms-2\files-2.1\67afe2b5b1b4fe8a866b1004d9b96c04\core-1.7.0\res\values\values.xml:105:5-114:25: AAPT: error: resource android:attr/lStar not found. I have use this…
DevNadim
  • 31
  • 4
1
vote
1 answer

Move Resource Manager tab in AS 3.6.1

Since the update of AS to 3.6.1 the Resource Manager tab is placed above Project just as shown in the picture below. How can I make that the Resource Manager tab is below by default ?
Biscuit
  • 4,840
  • 4
  • 26
  • 54
1
vote
0 answers

Unable to resolve dependency for ':app@debug/compileClasspath': Could not find any version that matches com.android.support:appcompat-v7:29.+

Unable to resolve dependency for ':app@debug/compileClasspath': Could not find any version that matches com.android.support:appcompat-v7:29.+. Open File Show Details Unable to resolve dependency for ':app@debug/compileClasspath': Could not find any…
1
vote
2 answers

Android Studio is confusing my projects with one another

I'm running Android Studio 3.1.1 on OSx and I have three projects that all use the same local library projects / modules. My problem is that Android Studio often opens the wrong project when I open one of those 3 projects. Let's say I open Project…
Magnus
  • 17,157
  • 19
  • 104
  • 189
1
vote
1 answer

aapt2 error : Check logs for details

I am having this error in my application development. i have tried many solution but not getting the result. Here is the error: null java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: AAPT2 error: check…
1
vote
1 answer

Android Studio 3.1.2 keyboard stops working after creating Add to Git dialog dismissed

This issue has been happening since around a week ago on Android Studio 3.1.2 (currently the latest stable version), on a Mac with High Sierra 10.13.5. How to reproduce Open a project that use Git Create a new Java class (I haven't tried other file…
1
vote
0 answers

Android Studio version 3.1.3 update issue

Today I update the android version 3.1.3 but there are a lot of issue after the update, below are the issue which is showing in the Android Studio. Could not find com.android.tools.build:gradle:4.4.0. Searched in the following locations: …
Ankita Singh
  • 304
  • 3
  • 17
1
vote
1 answer

Where is the properties location in Android Studio 3.1.2?

I am new to Android development and want to start building my own project using android studio. I do follow a tutorial from this link : https://stackskills.com/courses/the-complete-android-n-developer-course1/lectures/1593837 In the tutorial he did…
1
vote
0 answers

Android Studio Exception in plugin Android Support 3.1.2

I try to create the Navigation Drawer Activity in Android Studio and when I'm opening the xml file activity_pass_menu_drawer.xml it only shows "Waiting for build to finish" although the build is already finished and shows and IDE fatal Error null…
Roel Toca
  • 77
  • 1
  • 9
1
vote
0 answers

Datanucleus enhancer stops working after upgrading Google App Engine to Java 8

We received an email from Google App Engine to upgrade to Java 8 from Java 7. We have followed the steps in: https://cloud.google.com/appengine/docs/standard/java/migrating-to-java8 But after deploying our App Engine back-end it fails to start with…
doctorram
  • 1,112
  • 14
  • 13
1
vote
1 answer

Building Bullet Physics library with Android NDK

I'm trying to incorporate physics effects for my rendering engine(C++,Android,iOS) using Bullet Physics. For Android platform I'm using CMake to build cpp libs with ndk. When I add the bullet libs(Bullet Collision,dynamics and linearmath) as…
Raki
  • 329
  • 3
  • 18