Questions tagged as 'android-studio'

1
answer

I can not import the aacdecoder lib correctly

Although I have already unzipped the contents of lib in both the libs folder and the jniLibs folder, I can not import the classes. I already gave rebuild. Anyhelpiswelcome.Thanksinadvance.UPDATE->gradleapplyplugin:'com.android.application'...
asked by 01.05.2015 / 20:57
1
answer

How do I return to my ActionBarActivity?

For example ... I have an application that has a main ActionBar and in it I "seto" an activity that has a drawerLayout (which has a side menu) ... In each menu option - I selected - I replace the FrameLayout added to my DrawerLayout by a fragmen...
asked by 09.04.2015 / 11:36
1
answer

Download zipalign for Mac

Hello! I just signed up for a test app on Android Studio and would like to upload it on Google Play . I've been browsing and I've found that zipalign makes the process of importing the APK easy, but I've only found download availabilit...
asked by 12.02.2015 / 11:33
1
answer

debug.keystore on Mac to generate hash

I need to generate the hash of my Mac to add to Facebook and be able to continue the application that I am developing, where you need the login. I've run the command in several places but when I put the app inside developers.facebook and run my...
asked by 07.01.2015 / 21:38
1
answer

Will Facebook approve an Android app with facebook4j?

I decided to use the facebook4j library because it is easier for integration and even for development itself, in my opinion. My question is: will facebook accept an android app with facebook4j?     
asked by 05.12.2014 / 16:55
1
answer

How do I use robolectric in Android Studio

Hello, I'd like to know how I use robolectric in my projects in Android Studio. I've tried a lot of tutorials, but none was a big help and the documentation is not very clear.     
asked by 15.01.2015 / 22:54
1
answer

Creating a custom and animated toggle

I'm creating an Android app where I'm using ToggleButton as one of the interface elements. I am trying to make it have images instead of the button itself and that there is a transition between them (when the button is turned on / off)....
asked by 01.08.2014 / 05:12
1
answer

Problem installing TextViews in Android Studio

I'm creating a project in Android Studio, the preview was not what I expected and I wonder where I went wrong. Here is the XML: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/...
asked by 11.06.2014 / 17:59
2
answers

How to run commands in Android Studio?

I need to run the: gradle -q dependencies command to check library conflicts in Android Studio.     
asked by 07.04.2014 / 19:32
0
answers

How to use TabLayout with Fragment and Navigation Drawer?

I'm trying to develop an application with a Navigation Drawer and Fragments, where each one represents a specific screen (Start, Events, Participations, Library & About), I initially thought of using an activity for each "theme", but after a res...
asked by 03.01.2019 / 03:33