Skip to main content

Questions tagged [android-studio-2.2]

Use this tag for questions related to features that are specific to version 2.2 or features introduced in this version.

android-studio-2.2
0 votes
0 answers
29 views

Open Editing in Android Studio Option

I was working on my project and unfortunately click on hide option and now i need this option in my project anyone know how to show this option again in android studio. I try to appear that by ...
Huzaifa Shah's user avatar
0 votes
0 answers
7 views

java file is not created while creating new project by selecting empty activity

when I create new project in android studio with empty activity, why java file is not creating??it create MainActivity.kt file. I am expecting when I create new project in android studio by selecting ...
Kalyani shahare's user avatar
0 votes
0 answers
18 views

How to Design a Chat Bubble and Use It as a Background

enter image description here I am attempting to create a chat bubble background, but I am facing issues with sizing. What is the correct approach to achieve the proper dimensions? I want to design ...
Hamza Aladwan's user avatar
0 votes
0 answers
35 views

Android Studio Display Bug

I'm re-writing a button with an arrow left Vector asset. Below piece of code works on my original project (following tutorial), and as I re-write this project just to practice, it just wouldn't show ...
Leah's user avatar
  • 29
0 votes
0 answers
823 views

Namespace not specified. React native 0.72.3

Namespace not specified. Please specify a namespace in the module's build.gradle file like so: android { namespace 'com.example.namespace' } If the package attribute is specified in the source ...
Priya Bapodra's user avatar
4 votes
2 answers
1k views

Some conflicts were found in the installation area, while updating android studio 2022.1.1 patch 1

I am getting this error while updating Android Studio 2022.1.1 patch 1 some patch gets downloaded and following error comes, Some of the conflicts below do not have a solution, so the patch cannot be ...
Kenel Jr's user avatar
0 votes
0 answers
65 views

my app crashes when i use this code (using com.google.android.material 1.6.1

<LinearLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:orientation="vertical" android:layout_marginTop="20dp" ...
Fortis Leo's user avatar
3 votes
1 answer
595 views

flutter devtools websocket exception websocket connection failed

I am trying to use flutter devtools using android issue. I have valid url: http://127.0.0.1:9200/13hh2pxQQ-Q=/ generated through android studio itself while running the program. Still, whenever i ...
prabin maharjan's user avatar
0 votes
1 answer
529 views

How to use Google Maven Dependency in android projects?

How should i change build.gradle and other files in android projects to add dependencies offline? I downloaded Google Maven Dependency from developer.android.com but i don't know how should i use it?
AliB274's user avatar
  • 111
0 votes
2 answers
53 views

Returning List<Object> to variables;

I am doing a room database @Query("SELECT distinct UserID FROM USER WHERE CovidStat=='T'") public List<USER> checkCovid(); @Query("SELECT DISTINCT PID,VisitDate FROM ...
Dream's user avatar
  • 19
-2 votes
3 answers
5k views

Android Kotlin findViewById(R.id.btnSave) must not be null

I have created Recycler view and I want to save todo item them. Process is : click on add icon then show another activity which is TaskActivity, Then Enter Task name And Click on Save Button. The ...
Pankaj's user avatar
  • 21
1 vote
1 answer
597 views

How to add mention adapter on $ character in Android socialview along with @?

We want to enable tagging feature based on $ character and @ character in Android socialview, with 2 different adapter. Any idea how can we achieve this. Please refer to this link for Android ...
tushar's user avatar
  • 335
6 votes
1 answer
678 views

This folder configuration ('v26') is unnecessary; 'minSdkVersion' is 26. Merge all the resources in this folder into 'mipmap-anydpi'

I'm getting this message in the Code Analysis after setting my Min SDK to 26. This folder configuration ('v26') is unnecessary; 'minSdkVersion' is 26. Merge all the resources in this folder into '...
The Fluffy T Rex's user avatar
0 votes
1 answer
90 views

Error for finding Symbol for method bound(int) on Android Studio, not sure where this problem comes from

So I was using Android Studio to create a simple "Famous Quotes" App and used most of the information on a tutorial video that showed how to complete a mini project like this. Unfortunately ...
Thanos's user avatar
  • 376
1 vote
1 answer
91 views

Rewritting a SQLite database in assets on build

I am making an android app mostly for my personal use. It comes together with SQLite database for storing data. In android studio I put the database is src/main/assets/ folder and I wrote a Java ...
Keen's user avatar
  • 143

15 30 50 per page
1
2 3 4 5
33