android-sdk-manager

Cannot open SDK Manager

混江龙づ霸主 提交于 2019-12-24 21:26:49
问题 I have set up a new project and when I click on the SDK Manager button, it gives the following error; ProcessNotCreatedException: Cannot run program "C:\Users\User\AppData\Local\Android\sdk\tools\android.bat": CreateProcess error=5, Acces denied: Cannot run program "C:\Users\User\AppData\Local\Android\sdk\tools\android.bat": CreateProcess error=5, Acces denied I have tried running it as an administrator, and also tried to turn down the firewall and anti-virus. But that didn't work. If someone

Android Studo 3.0 SDK Manager, can't find Extras

北慕城南 提交于 2019-12-24 17:07:32
问题 Using Android Studio 3.0 / SDK Manager In trying to set up BILLING, tutorials show installing it through Extras in SDK Manager. I don't have an Extras folder in SDK manager and can't find any reason why, how to get it, what's wrong, or what to do. Help. please? UPDATE: Here's what my SDK Manager looks like: UPDATE: Here's my SDK Manager Updates Tab 回答1: You're using an outdated tutorial. If you're doing native Android development, you should be using the Play Billing Library, which does not

android sdk manager not updating

回眸只為那壹抹淺笑 提交于 2019-12-23 12:19:23
问题 While trying to update my eclipse sdk manger for android I'm getting the following error instead of updating: Downloading Android SDK Platform-tools, revision 20 URL not found: C:\Program Files\Android\android-sdk\temp\platform-tools_r20-windows.zip (Access is denied) Downloading Documentation for Android SDK, API 19, revision 2 URL not found: C:\Program Files\Android\android-sdk\temp\docs-19_r02.zip (Access is denied) Downloading SDK Platform Android 4.4.2, API 19, revision 3 URL not found:

Android appcompat v7:23

99封情书 提交于 2019-12-17 16:05:42
问题 Today, Google released SDK 6 API 23+. I tried to create a project with the API 23, but I'm having the following problem: Failed to resolve: com.android.support:appcompat-v7:23.0 Here's my gradle file: android { compileSdkVersion 23 buildToolsVersion "23.0.0" defaultConfig { applicationId "my.package" minSdkVersion 17 targetSdkVersion 23 versionCode 1 versionName "1.0" } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro

How to accept licenses with flutter doctor?

半腔热情 提交于 2019-12-13 17:17:15
问题 When running flutter doctor in the cmd it is indicated that android licenses need to be accepted by running the command flutter doctor --android-licenses . Running the command got me an error that a repositories.cfg could not be found at a specific directory. I did create the empty file in the directory and waited 4~5 minutes as suggested in this SO post repositories.cfg could not be loaded. Running the command again results in a new error: Warning: An error occurred during installation:

Install latest android support library CLI

蓝咒 提交于 2019-12-13 04:08:19
问题 I am trying to use ContextCompat class from the Android Support Library. I am using only CLI tools to build an app. So I figured I have to get a jar. I entered the following: $ sdkmanager --list | grep extras Warning: File /root/.android/repositories.cfg could not be loaded. extras;android;m2repository | 47.0.0 | Android Support Repository | extras/android/m2repository/ extras;android;gapid;1 | 1.0.3 | GPU Debugging tools extras;android;gapid;3 | 3.1.0 | GPU Debugging tools extras;android

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',

I can't run the Android Emulator

a 夏天 提交于 2019-12-11 08:38:35
问题 I'm completely new to Android and Android Studio. I was just coding. So I was running the previous version of Android Emulator and it worked perfectly fine. However, when I downloaded the latest Android Emulator 27.1.12, my Emulator couldn't run properly. Issue: The code is running fine, but the Emulator can't display my application. When I click on the Emulator screen, I can still hear the Audio of my app. So I think the problem would be with my computer's hardware. Because the Emulator

Is there a way to install an older version of Android platform-tools?

限于喜欢 提交于 2019-12-11 08:32:59
问题 I have been hunting around for the afternoon to try to see if there is any way to install older versions of the Android platform-tools . I have tried via sdkmanager and by the older android version but all of them seem to always link to the latest version of platform-tools . I am trying to do this without Android Studio . This also makes it difficult to create server's with the same version since it is constantly pulling the latest version when we provision a new system. I have looked at the

Android seekbar - no color tint parameters

心不动则不痛 提交于 2019-12-11 07:57:32
问题 See what's installed in the picture Emulator is set to 4.4.2. MinSDK set to 16. Error: No resource found that matches the given name: attr 'android:progressBackgroundTint' etc Seekbar does not have the following parameters: colorControlActivated, progressbackgroundtint, progresstint, thumbtint How to change color of seekbar? Main.axml seekbar style: <SeekBar p1:layout_width="250dp" p1:layout_height="wrap_content" ... /> Xamarin.Diagnostics [I:sdk]: Key HKCU\SOFTWARE\Novell\Mono for Android