Questions tagged [android-studio-3.1.3]

For questions related to the usage and features that are specific to version 3.1.3 of Android Studio - the official IDE targeted at Android development. When using this tag also include the more generic [android-studio] tag. Do NOT use this tag for questions about programming for Android in general; instead use the [android] tag.

38 questions
10
votes
1 answer

Saving Files in Android - For Beginners (Internal / External Storage)

I'm very new to android development and I need a beginners help please... I am creating an app that should have 2 directories, a Databases directory and an Images directory, just like Whatsapp has. I want to see those directories in the File Manager…
9
votes
8 answers

Android Studio 3.1.3 having issues with Constraint layout

I'm trying to start a new project here but this problem is appearing. I can run the project and deploy it in an emulator but this Render problem and Using private resources is ticking me off. I've already tried all the possible solutions found in…
Jeric Cabuyaban
  • 137
  • 1
  • 1
  • 7
7
votes
7 answers

Missing Android platform(s) detected: 'android-27'

I update my android studio to 3.1.3 but I cannot use platform 27 now when I click "install platform and sync project" it pop up a download window and then disappear. But the error still exist. SDK Platforms is following: expand SDK:
Qinxin Zhang
  • 163
  • 1
  • 10
5
votes
1 answer

Error: cannot access zzbfm class file for com.google.android.gms.internal.zzbfm not found

I get the following error when trying to build my application: error: cannot access zzbfm class file for com.google.android.gms.internal.zzbfm not found Here is my build.gradle file code: apply plugin: 'com.android.application' android…
arniotaki
  • 1,875
  • 1
  • 20
  • 25
4
votes
1 answer

How to insert ImageView without an image in Android Studio's designer view?

I'm designing an activity using the regular designer, and I want to drag and drop an new ImageView into the layout using designer (I know how to do it in XML). However, I can't click OK without selecting a source image, which I won't select because…
Can Poyrazoğlu
  • 29,145
  • 40
  • 152
  • 327
3
votes
2 answers

Stop method parameter names from being highlighted in Android Studio

I have a really annoying problem with the methods in my projects. Here you can see what i mean... it's really hard to see and I would prefer that the name would not show at all or at least be more subtle. I looked all over the settings in AS 3.1.3…
2
votes
0 answers

Android Studio- Face detection failed. E/CameraSource: Exception thrown from receiver

I'm trying to get current frame as a Bipmap I'm running into these errors: 09-03 08:12:33.353 28008-28204/com.google.android.gms.samples.vision.face.facetracker E/CameraSource: Exception thrown from receiver. …
DoctorWho
  • 492
  • 4
  • 15
2
votes
1 answer

Android: how to use mapbox setZoomControlsEnabled?

I just start today using mapbox for android. I want to display zoom control on mapbox mapview. I did a little research, the method should be setZoomControlsEnabled. but I dont know how to use this method on mapbox android sdk v6.3.0. the…
Dika
  • 1,727
  • 4
  • 26
  • 42
2
votes
1 answer

New installed Android studio 3.1.3 Gradle project sync failed

> The Gradle version is 4.4, I have tried to download this from services.gradle.org, using it as local Gradle distribution. not working. Android studio version: 3.1.3 OS: Mac I tried to remove everything about the android, then installed a new fresh…
2
votes
0 answers

Can't Build project in Android Studio after update to 3.1.3

so I'm pretty new to programming so this might be a very obvious mistake but I appreciate any input anyone can provide to help me.Whenever I try to create a new project in Android Studio after my update (3.1.3) I get the following error: Failed to…
Zach
  • 33
  • 7
1
vote
2 answers

Cannot set the value of read-only property 'outputFile' for ApkVariantOutputImpl_Decorated with android studio 3.1.3

Hello friends, I am facing one issue in app.gradle file when use proguard ruls with new android studio version is 3.1.3. its working proper on old studio version 2.3.3. My full error Cannot set the value of read-only property 'outputFile' for…
1
vote
2 answers

Internal error. java.lang.RuntimeException: com.intellij.ide.plugins.PluginManager$StartupAbortedException: Fatal error initializing

I find many solution but no one work then i uninstall android studio and download the lastest version and again install but i get this error again. Please tell me the solution of this problem. Error in android studio
1
vote
1 answer

build command fails, external native Issues android studio

i don t understand what is the problem with android studio, I am new making app for android, so i really don't understand where is the error and how to solve it.(if you need something else please ask me and I gonna put it) here i the error: null…
mrpepo877
  • 437
  • 5
  • 18
1
vote
2 answers

Stop a chronometer if a method returns true

Is there any way that the chronometer can be paused if a method is true. I have created a simple jigsaw puzzle and added a chronometer to show the time elapse and I'm trying to stop the timer when the puzzle is Solved.On running, the application…
1
vote
2 answers

Why is my text from TextView not showing in the Preview of Android Studio?

I was trying the basic Hello World program on Android Studio. The "Hello World" text from TextView does not show on the Preview. Even if I change the Hello World to something else, I do not get it on screen. What am I doing wrong? The Android…
Maruf Hassan
  • 581
  • 7
  • 15
1
2 3