Questions tagged as 'android-studio'

1
answer

Android Studio does not open new project (becomes transpatent)

When I installed and tried to open it for the first time, it worked perfectly, however, when I tried to open it again later, when I click on "Start a new Android Studio project", the window opens but it stays transparent forever (as you can see...
asked by 17.01.2016 / 19:09
3
answers

Importing library in Android Studio

How to import a library into Android Studio? I have a project in Eclipse that uses the libraries: zip_file library downloader_library You need to add APK Expansion Files to an application that is larger than 50MB. The project...
asked by 16.12.2013 / 19:18
1
answer

How to send an audio file from Android phone to computer?

I'm working on an Android app that makes phone call recording on a mobile device. I just need to send a copy of the audio file to the computer via TCP / IP. I already have a function that sends text to the computer. But how to send an audio f...
asked by 20.09.2016 / 04:00
1
answer

How to configure mopub ads?

When you install the mopub plugin in Android Studio you choose the type banner ad and it gives you all code so you can paste it in the right place. You run it works right appears on the test ad, there you go to the site and create th...
asked by 18.06.2015 / 22:22
1
answer

How to speed up Android Studio + Gradle?

I'm having a hard time using Android Studio because of the delay in the project build process. What settings improve Android Studio + Gradle performance?     
asked by 25.09.2014 / 01:19
6
answers

How to fix this "Error can not resolve symbol R" error in Android Studio

I imported a project in Eclipse to Android Studio and there were errors in the code regarding R with the following message    can not solve symbol R How can I fix this error?     
asked by 24.06.2015 / 15:28
1
answer

Cordova + Crosswalk

I created a cordova project normally: cordova create myApp com.myapp myApp Then I entered the project folder cd myApp I added the platform: cordova platform add android and added the crosswalk plugin cordova plugin add cordova-p...
asked by 24.07.2016 / 20:13
2
answers

Problems with importing libraries

I started developing for Android in my work and they asked me to start by changing some simple things from an already existing project, which works and has already been released (the version I'm trying to test). But I can not run it at all. I...
asked by 22.05.2015 / 22:33
2
answers

How to justify text in a TextView?

Is it possible to justify (align) the text of a TextView ? Besides justifying, I want to apply other types of formatting.     
asked by 21.04.2015 / 04:42
1
answer

Creating a java interpreter for android?

I'm developing an android application where you can write a java code and run it ... something like visualg . so I did something different than most of the tutorials on compilers and pseudocodes would say ... where would that have to be genera...
asked by 07.04.2015 / 04:14