android-studio-2.1 Questions
5
I am getting gradle issue .
here is below issue in gradle message, while doing sync in gradle
Our Android Studio version is 2.1.2.
Error:A problem occurred configuring project ':LetMeCall_Store...
Headset asked 30/9, 2016 at 5:25
3
-Running Android 2.1.1 on Mac OS X
-App is not on Android phone.
content of gradle.properties file
org.gradle.jvmargs=-Xmx2048M
When hovering, the IDE indicates it is an unused property. It ...
Giorgio asked 30/5, 2016 at 18:11
1
Solved
I need to get the package signature, and I currently get it using this code:
Signature[] sigs = c.getPackageManager()
.getPackageInfo(c.getPackageName(),
PackageManager.GET_SIGNATURES).signatures...
Ionize asked 28/8, 2016 at 15:25
2
I got a strange issue in few of my recent applications.
What I did:
Installing an application either directly using USB cable with Android Studio . Or downloading and installing signed APK throu...
Cupp asked 23/8, 2016 at 7:37
4
For developing android applications by using Android Studio, generally we used to add dependencies in build.gralde instead of adding jars or libraries. Example given below
compile 'com.android.sup...
Womanhood asked 11/8, 2016 at 11:42
0
Why doesn't PackageManager from Instrumentation Registry (UI-automator) locate the Activity?
Intent { pkg=com.me.Activity1 }
My application has 3 entry points. Three Activities, each represented ...
Fustanella asked 9/8, 2016 at 16:31
1
I'm trying to view Firebase's Javadoc API for Android on Android studio. I found the javadoc on the internet. For example: DatabaseReference.
The problem is that I don't see an option to do ...
Enaenable asked 1/7, 2016 at 8:53
1
Solved
I am trying to change the JDK location from "C:\Program Files\Java\jdk1.7.0_09" to "C:\Program Files\Java\jdk1.8.0_25", but Android Studio seems to ignore the change completely. The location remain...
Yeager asked 15/7, 2016 at 20:18
1
Solved
I'm fairly new to Android, Android Studio, Butterknife and the Gradle build system. However, I'm not new to Java, or programming in general.
I'm trying to build an Android app with JDK 1.8 and But...
Anthropomorphosis asked 8/7, 2016 at 19:55
1
Solved
As a possible solution to my Android Studio "could not expand zip" problem, I would like to run this command from the Terminal window in Android Studio:
sudo chmod -R 777 /your/project/path
Howev...
Marga asked 20/6, 2016 at 11:48
2
Solved
All the fonts in the editor have suddenly become bold as you can see in the picture. I don't think it was something I did. Where can I set the font style for this?
I'm using Android Studio 2.1 on ...
Cony asked 19/6, 2016 at 8:26
1
i haven't been able to run any version of Android Studio 2.x. it crashes seemingly randomly with this same exception after < 1min of simply navigating through files in a project:
Exception Nam...
Jacquelyn asked 4/5, 2016 at 23:24
3
Solved
Android Studio 2.1 instant run is not updating the app on the device
I observed an issue with AndroidStudio 2.1. When I run the app with small java code changes, it doesn't update app on the devic...
Berzelius asked 13/5, 2016 at 10:17
1
Solved
I have recently updated my Android Studio to 2.1.1 and I noticed my layout previews weren't working anymore, so when I checked it showed a message saying:
Rendering Problems
Exception r...
Adulterine asked 19/5, 2016 at 9:2
3
I was using android studio 1.5 earlier and i just upgraded to 2.1.But after the update my builds are taking much more time(from 15 sec to 2 min now)
Things I have tried as mentioned here
Enable...
Crenel asked 16/5, 2016 at 5:29
0
My AS stopped showing local variables. Currently I'm using AS 2.1, but tried AS 2.0 and AS 1.5.1. It started some time ago, I guess with the update to 2.0. I've moved to the older version but it di...
Coronach asked 4/5, 2016 at 13:38
1
Solved
I have updated version of my Android Studio to 2.0 and is facing incompatibility issue of bitbucket plugin 1.2.1 when loading Android Studio.
Android Studio's Event log is saying:
"Plugin Error
Pr...
Treen asked 13/4, 2016 at 6:5
© 2022 - 2024 — McMap. All rights reserved.