Skip to main content

Posts

Showing posts with the label sdk

Android SDK installation doesn"t find JDK

I'm trying to install the Android SDK on my Windows 7 x64 System. jdk-6u23-windows-x64.exe is installed, but the Android SDK setup refuses to proceed, because it doesn't find the JDK installation.

Android: trouble updating to Android SDK Tools, revision 7

Currently I have Android SDK 2.1 (+ tools revision 4). I'd like to upgrade to Android SDK 2.2. When I try to do it I'm informed I need to upgrade Android SDK Tools to revision 7 first. So I agree, the process starts and then I get an error: -= warning! =- A folder failed to be renamed or moved. On Windows this typically means that a program Is using that Folder (for example Windows Explorer or your anti-virus software.) Please momentarily deactivate your anti-virus software. Please also close any running programs that may be accessing the directory 'D:\Install\Programming\android-sdk-working-dir\android-sdk_r04-windows\android-sdk-windows\too!s'. When ready, press YES to try again. Downloading Android SDK Tools, revision 7 Installing Android SDK Tools, revision 7 Failed to rename directory D:\Install\Programming\android-sdk-working-dir\android-sdk_r04-windows\android-sdk-windows\tools to D:\Install\Programming\android-sdk-working-dir\android-sdk_

Corona SDK free alternatives

I tried corona sdk free edition, i really liked it. The problem is, that im not so good developer to use corona paid edition for my small project, i'm aware that i'll not earn my money back. Are there any free alternatives, like Corona? I'd prefer lua scripting, proper IDE and some other cookies. Question two: Is there any way to publish app made with corona free edition on android market? Maybe there are some companies that provide publishing apps if i share my source with them. Source: Tips4all

Failed to allocate memory: 8

From today, when I tried to run an app in NetBeans on a 2.3.3 Android platform, it shows me that: Failed to allocate memory: 8 This application has requested the Runtime to terminate it in an unusual way. Please contact the application's support team for more information. and the Emulator doesn't want to start. This is for the first time when I see it, and google has no asnwers for this, I tried even with 2 versions of NetBeans 6.9.1 and 7.0.1, still the same error. Source: Tips4all

Unable to install SDK Platform 4.0.3

I'm trying to install the SDK for android 4.0.3 but I get an error and it does not download nor install. Unexpected Error installing 'SDK Platform Android 4.0.3, API 15, revision 2': org.eclipse.swt.SWTException: Widget is disposed This is the error. Anyone know how to fix it ? :) EDIT: Problem fixed, don't know why nor do I know why the problem even occured.

Unable to install SDK Platform 4.0.3

I'm trying to install the SDK for android 4.0.3 but I get an error and it does not download nor install. Unexpected Error installing 'SDK Platform Android 4.0.3, API 15, revision 2': org.eclipse.swt.SWTException: Widget is disposed This is the error. Anyone know how to fix it ? :) EDIT: Problem fixed, don't know why nor do I know why the problem even occured.

Core Data - add relationship information to existing object

i set up a core data model with a "user" entity with several attributes. There's a second entity called "information". A "user" can have multiple "information" objects... A "information" allways have one "user" with these objects i initialize a tableview. the number of sections is the number of "users" the number of rows is the number of "informations" associating to a user everything fine until now. with the "user" attribute values i start several API Rest Requests (i do this in viewForHeaderInSection for every single user...). now, when im getting a successful response from the API provider with the needed results i stuck associating the result with the matching "user" entity. i created a fetchresult with predicate to get the right user - but when creating a new "information" entity and then associating the "relation property" to the fetchresult