Join us in building a kind, collaborative learning community via our updated Code of Conduct.

Questions tagged [android-studio-3.1.4]

The tag has no usage guidance.

1
vote
0answers
23 views

inappmessaging-display:17.0.0' CreateProcess error=206, The filename or extension is too long

When I add implementation 'com.google.firebase:firebase-inappmessaging-display:17.0.0' to my gradle file, Android Studio cannot generate apk, instead it gives this error: CreateProcess error=206, ...
0
votes
0answers
23 views

Unable to create & sync android project in mac with android studio 3.1.4

Unknown host 'jcenter.bintray.com: nodename nor servname provided, or not known'. You may need to adjust the proxy settings in Gradle. Enable Gradle 'offline mode' and sync project Learn about ...
2
votes
0answers
28 views

Android Studio 3.1.4 Design Preview Not Rendering Material Design Elements

I'm using Android Studio 3.1.4. In order to use the latest material design library, I updated the compile and target SDK versions to 28. Right now, I'm using some TextInputLayouts and ...
0
votes
0answers
79 views

can't sync gradle android studio 3.1.4

I installed android studio 3.1.4 with gradle 4.4 but I can't sync it , I read all topics about syncing but I get error from all dependencies, I added maven link, mavencentral, change implementation ...
0
votes
1answer
21 views

Fragment content not visible on adding it to view pager of an activity?

I have put viewpager in an activity and view pager contains 3 fragments but on running app it doesn't show the fragment related data.Following is the aatached code, please help. Its not throwing any ...
1
vote
1answer
58 views

Migration to androidX missing in Android Studio

I am trying to migrate my project to androidX. The project i am trying to migrate is based on android support libraries AppCompat. In the Developer Documentation it says that you can migrate to ...
0
votes
1answer
69 views

Issues when updating Android Studio from version 3.1.3 to version 3.1.4

I upgraded from Android Studio 3.1.3 to Android Studio 3.1.4. The update has completed successfully but now every time I start Android Studio, the following message appears : "Clear Read-Only Status" (...