sdk

Android SDK install: Java SE development Kit (JDK) not found [duplicate]

匿名 (未验证) 提交于 2019-12-03 08:30:34
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: Possible Duplicate: Android SDK installation doesn't find JDK I have installed Java runtime 6 to C:\src\libraries\jre6 . I installed Java JDK to C:\src\libraries\javasdk . My %PATH% is set to: PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32 \WindowsPowerShell\v1.0;C:\src\libraries\javasdk\bin;C:\src\libraries\javasdk;C: \src\libraries\javasdk\jdk\bin;C:\src\libraries\javasdk\jdk;C:\src\libraries\jav asdk; When I run the Android SDK installer I get the error: "Java SE development Kit (JDK) not found" I'm at a

“waiting for target device to come online” in Android Studio 2.3

匿名 (未验证) 提交于 2019-12-03 08:30:34
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: Recently upgraded to Android Studio from 2.2.3 to 2., running on Win10 Emulator stopped working since then. Tried installing other images(25 rev 4)/upgrading for AVD but nothing seems to work. After running gradle and showing "waiting for target device to come online" in task bar nothing happens and program doesn't run. Kindly help Adding Screenshot: And: 回答1: I was also having the same issue 2 days ago when i update my android studio, today I solve my issue when I was playing around with settings then I saw that in my SDK tools

Could not launch emulator in Android Studio

匿名 (未验证) 提交于 2019-12-03 08:28:06
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I tried to launch application in emulator in android Studio in ubuntu 14.04 and it shows the following errors. Error shown while gradle build is in process: /home/next/NTE/MachineSetup/android-sdk-linux/tools/emulator -netdelay none -netspeed full -avd Nexus_5X_API_24 Could not launch '/home/next/NTE/MachineSetup/android-sdk-linux/tools/qemu/linux-x86/qemu-system-x86_64': No such file or directory Error appear after gradle build completed: 12/02 16:47:57: Launching app Error while waiting for device: The emulator process for AVD Nexus_5X_API

SDK Manager won't start Windows 7 64-bit?

狂风中的少年 提交于 2019-12-03 08:26:08
问题 I know this problem has been addressed before several times, but rather than comment on an old question I decided to make a new one with (hopefully) updated information. As the title says, no matter what I do I cannot get the SDK Manager to run. I have tried installing both the 32- and 64-bit versions of jdk1.7.0 but no luck. Currently I have both the jdk (32-bit) and the sdk installed in the C:\ directory. As many have said I changed the environment variable below to reflect the locations.

FB.ui feed dialog requires redirect_uri, dialog does not close

天大地大妈咪最大 提交于 2019-12-03 08:22:40
I am trying to open a feed dialog using the JS SDK's FB.ui method and have it close after the user shares. My problem is the feed dialog is requiring a redirect_uri even though the documentation says it doesn't have to be defined, and the popup window redirects there and will not close like the callback function says. Here's my code, attached to the submit click event: FB.ui ( { method: 'feed', name: 'xxx!', link: 'link to FB tab', picture: 'jpg', caption: 'xxx', actions: {name:'xxx',link:'url'}, ref: 'xxx', redirect_uri: 'link to FB tab' }, function(response) { self.close(); } ); If I leave

Honeycomb Android emulator is dog slow - will it get manageable before the official release? [closed]

好久不见. 提交于 2019-12-03 08:08:40
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 8 years ago . I thought the Gingerbread emulator was slow, but man - the Honeycomb emulator is so slow on a modern PC, it's practically unusable.

Error compile in “Use Facebook Login example”

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-03 08:08:27
问题 I'm trying to create the Login Application in this tutorial: I'm getting this error in my logcat: 11-22 15:57:53.863: E/AndroidRuntime(816): com.facebook.FacebookException: Cannot use SessionLoginBehavior SSO_WITH_FALLBACK when com.facebook.LoginActivity is not declared as an activity in AndroidManifest.xml Anyone know why? 回答1: May you forgot to define Activity in your AndroidManifest.xml <activity android:name="com.facebook.LoginActivity" android:label="@string/title_facebook_login" > <

How to create SDK for iOS in Swift?

半城伤御伤魂 提交于 2019-12-03 07:58:02
I have my own Xcode project which contains some controllers. I want to make its SDK, for use it in another application. In parent application it works as child. Parent app will share some data with my controller and my controller works on it and gives back some result. So kindly guide for me. Examples are - Payment Gateway SDK's. I am looking for the same. I can see you add tag for swift. In Swift, static libraries are not supported, so you must exclusively use a framework (aka dynamic library) when linking an app to a library. Framework is similar to sdk. Here are the steps: 1)Create the

Problems showing UIMenuController one after another

戏子无情 提交于 2019-12-03 07:08:38
I'm using the new customization abilities of the UIMenuController to add things other than "Copy" to the menu for cut&paste into a webview. What I do is getting the reference to the shared UIMenuController, setting my NSArray of UIMenuItems into the menuItems, and everything work fine as long as I add a single item. For instance I see [COPY|FOOBAR]. Instead if I try adding more than a single item, what happen is that I see [COPY|MORE], if I press into MORE than finally the other items will show up. Is possible to show directly [COPY|FOO|BAR|THREE|FOUR] instead? I saw a few applications that

Make Update to a live iPhone app

萝らか妹 提交于 2019-12-03 07:05:45
I have an iPhone app which is aleready live on the app store...Now I want to make small updates to the app (fixes and adding iAd) How do I submit the new updated app..Will that create a new version OR is that not required? Also in iTunes Connect, I do not see any link which says Submit update or new version.. Do I first have to upload via Loader ...Please guide me. Thank you. You should update the "version" field in your .plist, then submit a new binary. In the application page, there is a "Add Version" button in the lower right corner, as follows: Click "Add Version", clarify what is being