Questions tagged as 'android'

1
answer

Error app android 5

I developed an android app that works perfect but does not run on android 5, I do not know what else to do ... Follow the cat log: 11-19 20:36:27.387 24358-24358/? I/art: Late-enabling -Xcheck:jni 11-19 20:36:27.414 24358-24368/? I/art:...
asked by 20.11.2015 / 18:33
2
answers

MySQL Connection Error and Android Application

I'm having an error while trying to connect between my App and the MySQL database. I'm creating a direct connection with my bank, I know the best way would be to use a webService, but I'm making this connection in localhost and I do no...
asked by 21.11.2015 / 07:29
1
answer

How to use a Cordova plugin?

How to use plugins in Cordova? Cordova plugin background mode I already installed with the command cordova plugin add https://github.com/katzer/cordova-plugin-background-mode.git' porém ao tentar usar usando 'cordova.plugins.backgroundM...
asked by 31.10.2015 / 00:49
1
answer

Verify that the value already exists in the txt file

I'm developing an inventory application that in its freeware version will work with the data entered in a txt file line by line, the data structure will be as follows Barcode + Description + Location "And after locating I want to add a sum,...
asked by 15.11.2015 / 16:48
1
answer

Data Binding does not work

I'm trying to use the Data Binding on Android. For this I added the classpath in the application: buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:2.1.0-beta3'...
asked by 20.04.2016 / 15:33
2
answers

Error with "cordova run android"

I'm getting an error while entering the command: "cordova run android" NOTE: Remember that I've already set the path to sdk: export PATH=$PATH:/home/giovanni/android/sdk/tools:/home/giovanni/android/sdk/platform-tools:/home/giovanni/android...
asked by 22.04.2016 / 14:47
1
answer

How to test an Unity-created app for Android in an emulator with logcat as in Android Studio?

In unity veloping for Android, it does not test exactly like an emulator as Android Studio . I know I can generate a apk and test on the physical device, but I wanted to test on an emulator or even on the physical device with log...
asked by 07.02.2016 / 20:17
2
answers

Webservice for Android application

I need to develop an application on the Android platform. To do this, the application must be accessed through a Webservice. The question is: can my database tables in my application, user registry, etc. be made in MYSQL and hosted on a server a...
asked by 24.09.2015 / 22:41
2
answers

Generating photo bitmap taken

I'm trying to generate a bitmap of a photo taken: public void onClick(View v) { final Runnable runnable = new Runnable() { @Override public void run() { Intent cameraIntent = new Intent(android.provider.MediaSto...
asked by 17.12.2015 / 20:58
1
answer

Request with Volley Webservice does not recognize json

I am trying to do a POST request with Android Volley, but my Webservice does not recognize the json file that is sent as a parameter. With the Google Chrome Postman plugin Webservice consumes perfectly without any problems. Below is my method...
asked by 22.09.2015 / 14:54