android-studio-2.3

Unable to sign apk “with only the traditional scheme” even after setting 'v2SigningEnabled' as false

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-23 19:15:04
问题 I updated my android-studio to latest stable version i.e. 'Android Studio 2.3 ' and also the gradle to 2.3.0 . Now, when I am trying to generate a signed apk of my app's release build, this "extra" thing (Signature versions:) is getting shown in the last step: I clicked on 'Signature Help' and this page got opened. I followed the doc and made changes to my build.gradle file like this: apply plugin: 'com.android.application' //Put Fabric plugin after Android plugin apply plugin: 'io.fabric'

Failed to resolve 'com.google.firebase:firebase-messaging:11.0.4' in Android Studio 2.3.3

社会主义新天地 提交于 2019-12-23 07:52:49
问题 I want to Set up a firebase Cloud Messaging Client App on Android studio, I am using latest version of Android studio(2.3.3) and my android SDK is fully updated. Here is my project gradle file: buildscript { repositories { jcenter() } dependencies { classpath 'com.google.gms:google-services:3.1.0' classpath 'com.android.tools.build:gradle:2.3.3' } } allprojects { repositories { jcenter() maven { url "https://maven.google.com" } } } task clean(type: Delete) { delete rootProject.buildDir } and

Failed to resolve 'com.google.firebase:firebase-messaging:11.0.4' in Android Studio 2.3.3

拜拜、爱过 提交于 2019-12-23 07:52:25
问题 I want to Set up a firebase Cloud Messaging Client App on Android studio, I am using latest version of Android studio(2.3.3) and my android SDK is fully updated. Here is my project gradle file: buildscript { repositories { jcenter() } dependencies { classpath 'com.google.gms:google-services:3.1.0' classpath 'com.android.tools.build:gradle:2.3.3' } } allprojects { repositories { jcenter() maven { url "https://maven.google.com" } } } task clean(type: Delete) { delete rootProject.buildDir } and

How to add extra test runner parameter in Android Studio 2.3 instrumented tests

半城伤御伤魂 提交于 2019-12-23 07:11:07
问题 In Android Studio 2.3 there is no field that allows user to setup additional test runner parameters in Edit configuration window for Android Instrumented Tests , however this option was present in 2.2.x version. Is there any other way in new AS (except from running test manually from command line) to add extra runner parameters to espresso tests? edit: I've filled an issue on bug tracker: https://code.google.com/p/android/issues/detail?id=231797&q=instrumentation&sort=-opened&colspec=ID

Some shortcut not working at AndroidStudio in Ubuntu

荒凉一梦 提交于 2019-12-21 21:19:24
问题 My AndroidStudio version is 2.3.1 and my Keymaps is: Default for XWin With this keymap the shortcut for Find Usages is Alt + F7 but it not work (so now if I need to find Find Usages I need right click at the method and click Find Usages ) Also the shortcut for Open Settings ( Ctrl+Alt+S ) not work too How can I make it work? Any help or suggestion would be great appreciated. 回答1: I find the reason for my problem, in System->Shortcut of my Ubuntu 14.04. The Alt+F7 is use for Move Window so

Aldebaran's Pepper sdk for android/Robot sdk 0.9 “Robot SDK'0.9' is not complete. Please download it again or re-create the robot application.”

青春壹個敷衍的年華 提交于 2019-12-21 02:44:17
问题 When trying to install the android sdk for Aldebaran's pepper robot on my computer following this official tutorial: Step 1: android.aldebaran.com/doc/installation.html Step 2: android.aldebaran.com/doc/create_project.html#create-project When trying to launch the Virtual Robot Environment of Pepper's tablet on my computer this message is printed: "Robot SDK'0.9' is not complete. Please download it again or re-create the robot application." So far I have tried the following on my Ubuntu 16.04

“cannot find symbol method setBatchPath(String)” in the generated source from generated endpoint

社会主义新天地 提交于 2019-12-18 12:18:22
问题 For an unknown reason, when I tried to build my Google App Engine endpoints, I get these errors in all of the API java files generated by Android Studio: Error:(400, 5) error: method does not override or implement a method from a supertype Error:(402, 29) error: cannot find symbol method setBatchPath(String) I did some initial troubleshooting and found out that there's a Builder class inside the java file and it extends AbstractGoogleJsonClient.Builder . I looked at the source for the Builder

How to use Android SDK Documentation offline

﹥>﹥吖頭↗ 提交于 2019-12-18 10:26:24
问题 I've downloaded Android SDK Documentation using SDK Manager, to use it with Android Studio v2.3.0.8, offline. But everytime I press ctrl+q to show quick info about a type|type-member, it shows "Fetching Documentation...", and after waiting for ~20s, it shows the info. I don't want that delay or using online help, and the local docs are in place, so why is that ? And what is the solution ? Edit: This happens when I'm online, but no delay at all when I'm offline , As if the IDE tries to get a

Standalone SDK Manager option in Android Studio 2.3

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-17 09:15:42
问题 I have recently updated Android Studio from 2.2.3 to 2.3. Now can't see the option "Launch Standalone SDK Manager", which is useful to check for updates, google play services, etc. 回答1: It is a deprecated feature: https://code.google.com/p/android/issues/detail?id=235625 There is an option in Android Studio to "Show Package Details". For manual SDK and AVD management, please use Android Studio. For command-line tools, use tools/bin/sdkmanager and tools/bin/avdmanager See also: https://www

Android studio 2.3 canary missing 'Launch Standalone SDK Manager' option in 'SDK Manager'

我的未来我决定 提交于 2019-12-12 08:29:17
问题 I inadvertently accepted android studio's upgrade suggestion to 2.3 (canary), although I had always had it set to check for the developer channel, not canary, somehow that got switched. Now I no longer have a 'Launch Standalone SDK Manager' option in my 'SDK Manager' window. I liked the standalone manager for various reasons, including that it suggested what needed to be downloaded and upgraded. The regular sdk manager lists a lot of things I expect I don't need like 'CMake', 'LLDB',