sdk

Android Studio: “Please select Android SDK”

匿名 (未验证) 提交于 2019-12-03 03:06:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: After a successfull import of an Eclipse-Android-Project into "Android Studio 1.4" i get the error "Please select Android SDK" when I click on the button to run the application in simulator. But I can't find any possibility to do that. This dialog opens up when i click on "run": This is the "project structure" dialog: What to do now? 回答1: I go to build.gradle and click sync now . Then it worked. Update : Tools -> Android -> Sync Project with Gradle Files (Android Studio 3.0.1) 回答2: click this icon to sync gradle or edit any of your module

Could not launch './qemu/windows-x86_64/qemu-system-i386.exe': No such file or directory

匿名 (未验证) 提交于 2019-12-03 03:06:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I followed everything in this link http://ionicframework.com/docs/guide/installation.html and I installed Genymotion in Android Studio ... But I'm struggling with the shown error below... Whenever I'm running ionic run android or ionic emulate android : Running command: "C:\Program Files\nodejs\node.exe" C:\Users\t\todo\hooks\after_prepare\010_add_platform_class.js C:/Users/t/todo add to body class: platform-android Running command: cmd "/s /c "C:\Users\t\todo\platforms\android\cordova\run.bat"" ANDROID_HOME=C:\Users\t\AppData\Local\Android

android maven plugin does not get ANDROID_HOME env variable in Eclipse

匿名 (未验证) 提交于 2019-12-03 03:05:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: i'm working on an Android app project and it is a Maven project. when i try to run as "maven install" this is what i get: "Failed to execute goal com.jayway.maven.plugins.android.generation2:android-maven-plugin:3.1.1:generate-sources (default-generate-sources) on project android-client: No Android SDK path could be found. You may configure it in the plugin configuration section in the pom file using ... or ... or on command-line using -Dandroid.sdk.path=... or by setting environment variable ANDROID_HOME -> [Help 1]" if i hardcode my

“The specified Android SDK Build Tools version (26.0.0) is ignored…”

匿名 (未验证) 提交于 2019-12-03 03:04:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: In Android Studio 3, I'm seeing this issue: The specified Android SDK Build Tools version (26.0.0) is ignored, as it is below the minimum supported version (26.0.2) for Android Gradle Plugin 3.0.0. Android SDK Build Tools 26.0.2 will be used. To suppress this warning, remove "buildToolsVersion '26.0.0'" from your build.gradle file, as each version of the Android Gradle Plugin now has a default version of the build tools. The problem is that because these are third-party/vendor modules that have buildToolsVersion '26.0.0' , I can't modify

error: could not find gradle wrapper within android sdk. might need to update your android sdk

匿名 (未验证) 提交于 2019-12-03 03:03:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: http://i60.tinypic.com/51v880.jpg build-tools is: android-5.1 platform-tools updated my platforms are android-5.1 android-17 回答1: If you have Android Studio installed, try to copy the templates directory of Android Studio C : \Program Files \Android\Android Studio \plugins\android\lib\templates to your android sdk tools directory: C : \Android\sdk\tools This did the trick for me :) 回答2: Update ANDROID_HOME path from C : /Users/ CURRENT_USER / android - sdk / tools / to C : /Users/ CURRENT_USER / android - sdk This should solve the

Reduce the size of android facebook SDK

匿名 (未验证) 提交于 2019-12-03 03:03:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: We are using facebook sdk to login the users to our app. But the SDK is pretty large hence it is increasing our apk size. Since we use only the login feature we do not require other modules of SDK (share, messenger etc). Is there any way we can add only the required features of SDK in the project? In case of google play services , additional maven artifacts have been added to the Google Repository that contain single domains of functionality.This means that we can include just those portions of Google Play services that your app uses.

Missing files, DirectX SDK (d3dx9.lib, d3dx9.h)

≯℡__Kan透↙ 提交于 2019-12-03 02:59:30
I installed the DirectX SDK June 10 , but when I include the d3dx9.h , the compiler can't find it. I checked the SDK directory, and I didn't find it there either. files missing: d3dx9.lib , d3dx9.h , dxfile.h . The DirectX SDK installation will add a Property Sheet Macro called $(DXSDK_DIR) into Visual Studio. Instead of inserting an absolute path in your Include and Library Directories, I'd recommend using this macro to set the Include and Library path for DX dependencies. As Include Directory add: $(DXSDK_DIR)Include As Library Directory add: $(DXSDK_DIR)Lib\x86 or $(DXSDK_DIR)Lib\x64 on a

Vuejs component wait for facebook sdk to load

匿名 (未验证) 提交于 2019-12-03 02:56:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have a component that show a login button or username of the user from facebook. depends if he is logged in or not. Now in this component I use the created event so I'll check the login immidiatly. code in created in a brief: FB.getLoginStatus(function(response) { //more things..... the error is that it says that FB is not defined, and sure he is right, FB is not loaded yet. I load facebook like this <body> <script> window.fbAsyncInit = function() { FB.init({ appId : '1111111111', xfbml : true, version : 'v2.7' }); }; (function(d, s, id){

4.4.4 not in Android SDK manager

匿名 (未验证) 提交于 2019-12-03 02:56:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I need to do some testing with 4.4.4 and it isn't available in my Android SDK Manager? Any ideas on what I'm doing wrong? 回答1: There is no problem at you Android SDK Manager , you just have to download the API 19 . The API 19 is used by all the KitKat devices. So in Android SDK Manager you should download the package below: Android 4.4.2 (API 19) It is going to work for all the KitKat (4.4.x) devices, including 4.4.4 that is a patch with fix/improvements from 4.4. For further, take a look at the developer site about android 4.4: https:/

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

匿名 (未验证) 提交于 2019-12-03 02:52:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: 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 64bit computer: Uninstalling and re-downloading