Questions tagged as 'android-studio'

2
answers

Is it possible to download and integrate APIs to Android Studio without having internet on the PC that contains the program?

I have Android Studio on a desktop PC with Windows 8.1, but for now I do not have internet on that computer. The equipment I have does not support the emulation of the android emulator, so I wanted to use my Android phone to test my application....
asked by 29.12.2016 / 17:29
3
answers

Activate Call action in Texview

I am modifying a project, I need to make the Text Number activate when I press it. The call will be made from the activity LeadsFragment , here is the activity . starting where I need help import android.content.Intent; import android.n...
asked by 11.01.2017 / 22:34
1
answer

No static method getDefaultAPIVersion when calling FacebookSdk.sdkInitialize

I have migrated a project I had done 2 years ago from Eclipse to Android Studio, and in doing so I realized that Facebook classes no longer work the same. After also migrating the classes to the Facebook v4.0 API and getting the Android Studio t...
asked by 26.10.2016 / 14:14
2
answers

how to make android studio recognize android device on mac [closed]

I use android studio in my macbook, to test the app I use the emulator but when I connect an android device I do not recognize the device, I do not know if it's a driver's fault or something like that, that is when I open the adb in android stud...
asked by 30.03.2017 / 23:15
1
answer

Running a Popup on the default button of the Drawer Layout

I am with the help of a video tutorial that I saw on youtube, the app compiles well but when you enter the activity where the menu is and that floating button occurs this error FATAL EXCEPTION: main Process: company.viral.organizadorjec, PID:...
asked by 06.12.2016 / 20:00
1
answer

Show image in AndroidStudio simulator

Good morning, It's my first time in this forum, so if there is a protocol and I skipped it, I apologize haha. My doubt is that when I simulate my app in Android Studio, the images associated with the buttons are not displayed. However, I d...
asked by 07.11.2016 / 14:55
1
answer

Error in onCreate android .AppCompatAutoCompleteTextView can not be cast to com.rengwuxian.materialedittext.MaterialEditTextat

I have the following error E/AndroidRuntime: FATAL EXCEPTION: main Process: shop.easy.app.x.com.x, PID: 10183 java.lang.RuntimeException: Unable to start activity ComponentInfo{shop.easy.app.x.com.x/shop.easy.app....
asked by 29.11.2017 / 17:33
2
answers

Error importing project to Android Studio

I need to import an Android Studio project already created to Android Studio, but I have the problem that I get the following error: In "Event log" I get the following error:    Gradle sync failed: Cause: failed to find target androi...
asked by 28.11.2017 / 19:25
1
answer

Error loading Layouts in Android Studio

Good afternoon, I have a problem when loading the layouts in my Android project. In the header of "activity_main.xml" I have the following: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schema...
asked by 03.04.2017 / 00:54
3
answers

how to modify layout in android studio

Hello friends how can I modify the layout or mainactivity in android studio because when I install the application the blue bar steals me, the total of the top on the screen and I would like it to assume the full screen Any suggestions...
asked by 02.04.2017 / 00:41