Questions tagged as 'android-studio'

1
answer

Distortion of layout in Bluestack

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:paddingLeft="@dimen/activity_hor...
asked by 21.06.2015 / 00:02
0
answers

Digital signature error while updating APK on Google Play

When migrating to Android Studio, it did not work to import my old project. I am trying to use the same keystore, but when trying to quit the APK I get this message: Iresearchedandfoundnosolution,andintheGooglePlayconsolethehelpoptionsarevery...
asked by 26.03.2015 / 14:30
2
answers

Android Studio - non-ASCII Characters

I bought a project for android studio. when opening the following error appears.    Error: (14, 0) Your project path contains non-ASCII characters. This will most likely cause the build to fail on Windows. Please move your project to a differ...
asked by 08.04.2016 / 00:37
2
answers

Failed to clone repository, error: Repository test has failed

I'm trying to clone a repository. Bitbucket. But it gives this error:    Repository test has failed In settings the git path is correct. To create I try to create at the time of opening Android Studio Check out project from Versio...
asked by 16.11.2015 / 20:37
2
answers

Pass activity object id to another

I'm trying to pass id from my object to another activity using Serializable , but it's returning me a damn error that I can not fix.    Obs: My object already implements serialiable My code is as follows: if...
asked by 08.10.2015 / 01:31
1
answer

Android Studio with problem in MainActivity

I started to use Android Studio today, and when creating the Application Project I came across a problem: I can create, but the MainActivity class gets full of errors and I have not changed anything about the application. That's it, have...
asked by 19.02.2015 / 22:21
1
answer

Android Layout Limit

Good morning, I made a Layout for my last project, and agr want to expand the fields, so I want the layout not to finish in the corner of the screen, I want to slide my finger and lower the screen Where would I make that change ?? Thank you in a...
asked by 04.11.2015 / 19:32
1
answer

Formatting / Code line break in Android Studio

When I do the automatic reformatting Ctrl + L the code is indented but the lines do not break, as in Eclipse and Netbeans, so I have to stay dragging the window constantly to see the end of a larger line, as in the example: NtpTimeProvider...
asked by 29.04.2018 / 04:04
1
answer

Change domain android project

I need to change the domain of my android project. Example: When I created the project I put a fictitious domain: br.com.domain-x Then when the project evolved, I registered a valid domain: br.com.domain-and I need to make this c...
asked by 14.09.2017 / 14:42
2
answers

Position text in TextViews and EditTexts with an image as background?

I've created a simple app that has only one TextView and one EditText : Asyoucanseechangedthebackgroundofboth,sofarnoproblem: TheproblemappearswhenIinserttext,asitispoorlypositionedinthelayoutofbothTextViewandEditText: Evenindifferentways...
asked by 10.02.2017 / 00:53