Questions tagged [android-studio-3.5.1]
13 questions
5
votes
2 answers
Android Gradle Plugin 3.5.1 databinding error with Kotiln Generic type
I am in the middle of trying to modularize a library so tbh anything could be going on here. After updating from the Android Gradle Plugin 3.5.0 to 3.5.1, I now get a databinding error on a layout which uses my Resource.kt class. The class I believe…

Daniel Wilson
- 18,838
- 12
- 85
- 135
3
votes
1 answer
android Studio Logcat not working while debugging on HUAWEI Phone
My Logcat stopped working with my "developer device" Huawei Y5.
I use Android 3.5.1 fully updated, until two days ago all was working fine, now suddenly my App logs dont show up anymore. The logcat shows the following errors:
2019-10-18 08:25:32.075…

Jorge Zingg
- 68
- 1
- 7
2
votes
1 answer
Android Studio 3.5.2 - Marketplace plugins are not loading
Android Studio is allowed by Windows Firewall.
Tried to :
Turn Windows Firewall off
Try with a different ISP
Try installing the Flutter plugin locally
None of these work. Please help me.
What am I missing ?

AndreiDM
- 21
- 1
- 3
2
votes
4 answers
How do I ensure a function runs once at a given time, and not concurrently?
I have a function function(). How can I ensure, when the function is called multiple times, that it would run one after another, and not concurrently? I am using Kotlin 1.3 in Android Studio 3.5.
My code is
…

LCZ
- 589
- 1
- 9
- 15
1
vote
3 answers
Huawei Tool Converter Cannot Resolve Symbol 'xms'
I'm using the HMS Toolkit- Converter to add HMS API to my app automatically. After it converts import com.google.android.gms.analytics.HitBuilders; into import org.xms.g.analytics.HitBuilders; it tells me that Cannot Resolve Symbole 'xms'. I also…

Jongers
- 595
- 1
- 9
- 29
1
vote
3 answers
Cardview not displaying in android studio 3.5.1
I have tried CardView library on the older android studio version 3.3.1 and the code was working. The emulator was displaying the correct images. But, I switched to the new version 3.5 nothing is displaying in the CardView, not even a TextView.
xml…

Hello World
- 47
- 1
- 7
1
vote
4 answers
After update classpath 3.5.0. to 3.5.1
Upgrade Gradle build tools to the latest version then this issue occurs. Could not resolve all artifacts for configuration ': classpath'.
Could not resolve com.android.tools.build:gradle:3.5.1.
Required by:
project :
Could not…

Kaushal Panchal
- 1,785
- 1
- 11
- 27
1
vote
1 answer
Android Studio 3.5.1 : Can't able to copy text from warning tooltip
I have updated stable version of Android Studio 3.5.1 today. I am trying to copy string as below screenshot:
Its not copying anything and just closing it by CTRL+c.
How do I copy this? All the older version it works fine.

Pratik Butani
- 60,504
- 58
- 273
- 437
0
votes
1 answer
How do I get back to the default Android Studio toolbar?
I recently updated my laptop to Ubuntu 18.04 and lost my Android Studio 3.5.1 settings including the toolbar, which now looks like this:
How do I get back to the default toolbar, which had a bunch of icons to the right of app drop-down menu (Select…

FractalBob
- 3,225
- 4
- 29
- 40
0
votes
1 answer
Android-studio 3.5.1 Gradle ERROR: No value has been specified for property lottie-react-native
Upgraded android studio to 3.5.1. Took fresh checkout of project and gradle sync started failing. Searched everywhere but could not find any proper solution. In logs can see error at line 97 of lottie react native android…

puneetamb240
- 1
- 2
0
votes
1 answer
ERROR: Failed to resolve: com.google.android.support:wearable:2.0.0
I recently changed my desktop to a new one. Installed Android studio and pulled my project from remote. I have all the SDKs and SDK tools in the new android studio 3.5.1. But when I try to build project it fails at gradle sync. The error I get…

RforResearch
- 401
- 8
- 16
0
votes
1 answer
How to fix " Element ....is not allowed " error in layout "activity_main.xml" file
I have created a new android project using Android Studio 3.5.1 using the "Basic Activity" template. But could not get the Design/Text tab rather error messages "Element ...is not allowed here".
The elements are highlighted with red. I do…
0
votes
1 answer
Fatal error initializing plugin com.android.tools.ndk solutions
I tried to create a new project in my android studio on my linux and it keeps giving me this error "Fatal error initializing plugin com.android.tools.ndk" please I need help
I restarted my pc
Fatal error initializing plugin com.android.tools.ndk

Greywood
- 11
- 6