Questions tagged [android-studio-3.5]

For questions related to the usage and features that are specific to version 3.5 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.

91 questions
1
vote
2 answers

Does anybody know how this thing triggers in android studio 3.5

I take a snapshop from google io video,but I can't find this feature in android studio 3.5 . here the video https://youtu.be/8rfvfojtRss?t=1679
HangoX
  • 192
  • 8
1
vote
1 answer

How does this new Android studio 3.5 Navigation Drawer sample code run

I was learning Android studio and learnt something about navigation drawer. Latter I updated my Android Studio to 3.5 version Now I see that old codes are gone. New code I see as I am a new learner I am totally confused how does this new Code works…
1
vote
1 answer

Where is Instant Run of Android Studio 3.5?

I cannot find Instant Run in Android Studio 3.5. The release notes only says Apply Changes is better than Instant Run for Android 8.0 or higher, but does not mention removal of Instant Run that supports older versions of Android (as low as Android…
Hong
  • 15,059
  • 14
  • 64
  • 105
1
vote
0 answers

After upgrading to Android Studio 3.5, native library doesn't get packaged into APK anymore

My Android App (API28 UI with a native c++ library) was perfectly working until I decided to upgrade to Android Studio 3.5 from Android Studio 3.4 (latest ver). Being the code unchanged (besides the upgrade wizard changes), the issue is at runtime,…
gtrevi
  • 85
  • 1
  • 6
1
vote
1 answer

My Android Studio keeps crashing after updating it from 3.4 to 3.5

I've been facing this issue since today. Yesterday I updated Android Studio from 3.4 to 3.5 and it was working fine but since today it's been crashing on startup. When I start it shows the splash screen and then tries to load the project and…
1
vote
1 answer

why Apply Changes ability only works in devices with API 26 and above in android studio 3.5

android studio 3.5 just released and I installed it, but there is an abnormal thing. and that is the ability "Instant Run" is removed and instead introduced a new thing called "Apply Changes". the negative point about this ability is that it only…
1
vote
1 answer

Multiple entries with same key: FirebaseInstanceId

Getting strange error after updating Android Studio to 3.5. The error comes only for release apk. debug apk generates well. Multiple entries with same key: Method com.google.firebase.iid.FirebaseInstanceId.zza Proto LLL…
Rumit Patel
  • 3,667
  • 10
  • 38
  • 49
1
vote
0 answers

Android studio 3.5 change view order when I press "Reformat code" in xml with data binding

I updated my Android Studio to version 3.5 and currently when I press option-command-L (Reformat code) it change order of views and tags. For example:
Peter Staranchuk
  • 1,087
  • 1
  • 11
  • 24
1
vote
0 answers

Android `Reformat code` option rearranges the order of my views in the layout

I've just updated to Android Studio 3.5 and Code -> Reformat code previously just rearranged the attributes in each of my Views defined in the layouts. But now, it reorganizez the entire views order entirely, which is no good. I need, for instance,…
AndreiBogdan
  • 9,331
  • 10
  • 46
  • 96
1
vote
0 answers

Android Studio 3.5 failing to compile data bindings

As soon as I updated to Android Studio 3.5, I started running into compilation errors. My app is using both Java and Kotlin. I have some legacy Java code using data binding. Somehow the Kotlin compiler complains about unable to find Java bindings.…
Akhil Latta
  • 1,383
  • 1
  • 20
  • 36
1
vote
0 answers

Android Studio / IDEA accept prompt no parentheses

This is Android Studio 3.4, there will be () after receiving the prompt Below is Android Studio 3.5, no parentheses after accepting the prompt I have modified it before, but I can't find it now. Where can I change it?
1
vote
0 answers

Android Studio 3.5 Beta: App not installing even though build successful

I installed Android Studio 3.5 beta version. When I try to run the app using the run button as I used to on 3.4 version, the build starts and is successful but the app doesn't get installed. These are the logs Executing tasks:…
varunkr
  • 4,854
  • 8
  • 38
  • 87
0
votes
0 answers

Unable to execute my application in Android Studio

I tried running my app in AndroidStudio-3.5, but it gives some errors as shown enter image description here I did not face this earlier. What to do now? Can you please help me out.
Rahul_29
  • 1
  • 3
0
votes
0 answers

Dynamically change value of textView

I wanted that my total payable amount will get updated after every single change in ui like selecting of checkbox will result in adding that checkbox item value to total payable amount.
0
votes
1 answer

Cannot create new Activity or new Project without Backward Compatibility

I am new to Android Development. I've been using the book "Head First Android Development". In it, it describes creating new projects and new activities, unchecking the "Backward Compatibility" option. However, my version of Android Studio does not…