Questions tagged [android-studio-3.2]

Use for questions about using Android Studio 3.2 (currently in early availability as "Canary" level). Android Studio is an official IDE targeted for Android development. Do NOT use for questions about programming for Android in general; instead use the [android] tag.

98 questions
0
votes
0 answers

Compilation issue after updating Android Studio to 3.2

I have upgraded Android Studio to 3.2; in the new update while compiling my project it generates the following error. I cannot figure out it. org.gradle.api.internal.tasks.compile.CompilationFailedException: Compilation failed; see the compiler…
Avik Chowdhury
  • 171
  • 1
  • 1
  • 7
0
votes
1 answer

Android Studio 3.2 cannot resolve symbols in the layout

I've just updated my Android Studio to 3.2 version. In my html layout I see that some ids are red and message is cannot resolve symbol '@id/... As you can see at the picture, element with the not resolved id is declared just above. App builds…
Vitalii
  • 10,091
  • 18
  • 83
  • 151
0
votes
1 answer

Unknown host (my proxy ip). You may need to adjust the proxy settings in Gradle in android studio

I used to run android studio through a proxy, it was called "wall" so I had it configured that way. I upgraded to Android Studio 3.2 and additionally had to stop using it so I am connected to the internet through a proxy free connection. I went to…
Cruces
  • 3,029
  • 1
  • 26
  • 55
0
votes
1 answer

Migration to AndroidX through update to Android Studio 3.2

I am trying to migrate to AndroidX in order to use Material components as buttons, textInputLayout with OutputLines, etc. The thing is that, if I am not wrong, as it says on the official site, first I have to download Android 3.2. I already…
0
votes
1 answer

Kapt NonExistentClass exception in a Retrofit interface after migrating to androidX

I am using Retrofit, Dagger and Glide for my app. After migrating to androidX, kapt works perfectly with Dagger and Glide annotation processors. The projects build and syncs successfully, however, when I run the app, I get Kotlin compiler exceptions…
Daniel
  • 307
  • 5
  • 15
0
votes
1 answer

Where can I find list of variables available in Android Studio "Code and File Templates"?

When customizing java code and file templates, where can I get a list of variables that are available? For example, in customizing java class, I know I can use ${USER} and ${DATE}, I guessed (correctly) that ${YEAR} was available ... but I would…
ErstwhileIII
  • 4,829
  • 2
  • 23
  • 37
-1
votes
1 answer

Unable to open .xml file in android studios version 3.2.1

Android studios version 3.2.1 does not build and keeps on loading an infinite amount of time.This is the screen I get This error is occurring in the latest version of android studios. I reinstalled the software and made sure everything is up to…
Nish
  • 1
  • 1
-3
votes
1 answer

How to Create a new project by Choosing An Activity in Android V3.2.1

Lastly I upgraded my Android Studio to latest version and while i going to create a new project it seems absolutely different interface came to create a project. many kind of varities are there but i dont how to choose and how to create a main…
1 2 3 4 5 6
7