Questions tagged as 'android-studio'

1
answer

Environment for testing Android database

I'm developing a simple app with Android Studio, using Java as the language. Currently, I am implementing the login and logout routine and I have some doubts. 1) Do I need to use some local DBMS written in SQL to access locally registered users...
asked by 08.06.2017 / 15:07
1
answer

Error in AndroidManifest.xml 'class' or 'interface' excepted

I did some bullshit and Manifest does not recognize the name of the Activity <activity android:name=".Login" android:label="@string/app_name" android:theme="@style/AppTheme.NoActionBar"> <intent-filter...
asked by 21.04.2017 / 02:54
1
answer

EditText with same size Android

I would like to leave my components <EditText/> the same size but I can not. <?xmlversion="1.0" encoding="utf-8"?> <ScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_pare...
asked by 30.08.2017 / 03:00
1
answer

Android Studio does not recognize USB device [closed]

I have a Motorola MOTO and 2nd Generation device, which I can install applications through USB debugging on other computers, but in this particular PC Android Studio does not appear my device. On the computer, my cell phone is connected, a...
asked by 15.03.2017 / 13:05
2
answers

Android Studio consuming 100% disk

My Android Studio will consume 100% of the disk all the time, even when there is no task running in the backgroud, this disk usage makes the whole system very slow. Looking at the Task Manager is not only the Android Studio that is using the dis...
asked by 07.03.2017 / 01:28
1
answer

Error running App in Android Studio 2.3

When I run (both on the Android emulator on the PC and on the smartphone) the App returns the following error: <p>Installation failed with message Invalid File: C:\Users\Rubinho\AndroidStudioProjects\Let&amp;amp;amp;amp;apos;sFriend2...
asked by 20.03.2017 / 20:39
1
answer

Error after updating android studio

   Error: Could not find com.google.android.gms: play-services-cast: 9.6.1.   Required by:       android: app: unspecified Search in build.gradu files How to resolve this error? Gradle already has this play-services. Below is a gradle app...
asked by 31.01.2017 / 14:47
1
answer

How to pass a certain content contained in a first direct activity to a third activity?

I'd like to know how to pass the content of a plainText that is in the MainActivity direct to Main3Activity, without having to also import to Main2Activity and then to Main3Activity. The user passes Main2Activity before going to Main3Acitvit...
asked by 21.01.2017 / 22:18
1
answer

Gradle build running taking forever

Android Studio is no longer copiling the project. I have already uninstalled and installed again but it does not resolve, it is only in that of "Gradle build running" and never ends. 22:21:33 Gradle sync started 22:23:58 Gradle sync completed...
asked by 05.11.2016 / 02:42
1
answer

Update apps from Android Studio [closed]

I made an app in Android Studio, I ended up publishing it to Google Play. now I wanted to know how can I update it? What steps do you need? If you just change app in android studio and compile as debbug? or if you have another way     
asked by 23.12.2016 / 16:15