Questions tagged as 'android-studio'

0
answers

I can not insert the Hebrew language in the SQL Server database

I have a code in Android Studio that should send data to SQL Server: connection= con.connectBD(getActivity()); ps=connection.prepareStatement("exec addLocal ?,?,?,?,?,?,?,?"); ps.setString(1,user);...
asked by 16.09.2018 / 10:47
0
answers

Add Images to Sql Server from Android Studio

I'm trying to upload an image from Android Studio to SQL Server but I do not know how to pass it This is my code: public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {...
asked by 15.09.2018 / 02:39
0
answers

Exception in the Studio core

I have a problem with the android studio, I get three errors. Porfa help. enter the description of the image here     
asked by 15.09.2018 / 01:05
0
answers

Error compiling Android app with gradle from command line

I have created a basic Android app from Android Studio, with just two buttons, simple, without modifying any configuration or compilation file. I'm trying to learn how to use Gradle from the command line, create compilation settings, etc ......
asked by 18.09.2018 / 00:43
1
answer

error to get firebase node data in android studio

Hello I hope you can help me .. I have a bd in firebase I want to list what contains companies but it shows me this error This is my code to obtain the data FirebaseDatabase database = FirebaseDatabase.getInstance(); DatabaseReferenc...
asked by 22.09.2018 / 22:57
3
answers

Buttons or items in android studio are not displayed

I am starting to create an application in Android Studio and I can not show the buttons or elements in the image preview. I attach captures and current code. CODE xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:an...
asked by 22.09.2018 / 23:14
0
answers

Class module-info missing a super type

I'm trying to make a test case with Appium on Android with some dependencies, but one of them is causing this error:    Illegal class file: Class module-info is missing a super type. The dependency that causes the problem is selenium-serv...
asked by 25.09.2018 / 09:25
0
answers

Android Studio (Error in dependency)

I am new programming in android I try to make a QR reader but when loading my dependence [compile 'me.dm7.barcodescanner: zxing: 1.9'] it marks me an error in my program that I need to do so I do not mark error [Configuration 'compile' is obs...
asked by 13.09.2018 / 19:50
0
answers

Why is the android sdk not installed when android studio is installed?

I had my android studio working perfectly, I finish working and turn off my pc, the next day when I turn it on the sdk does not appear, I try to install it by downloading it separately and nothing, download the android studio again and still not...
asked by 19.09.2018 / 20:17
0
answers

I can not login to GooglePlayGames

I'm doing a game for android with Unity, but I can not log into Google's services. As I have seen on the internet the code is very simple, but when you put it the game works correctly in unity, however when you install the apk on the phone, it d...
asked by 11.09.2018 / 19:48