Myeclipse trial version is not running my phonegap on my windows 8.1 laptop - myeclipse

I have just downloaded the following node.js x64 bit, phonegap win32.exe and myeclipse and selected the 30 day trail. Selected the General tab and selected mobile but it does not show phonegap. Is there a step I missed out on the installation or do I need to download node.js 32 bit version cause the phonegap desktop app says win32.I would like use Myeclipse to run phonegap projects.

I assume you downloaded the latest release (2016 CI 0). If so, please see this forum entry, which explains the missing PhoneGap Tooling in MyEclipse 2016.
To continue to have the PhoneGap tooling, you need to download MyEclipse 2015, for now.

Related

VS 2019 unable to show designer for UWP while using Windows 10 version 1803 (can SDK work?)

Our company has standardized all PC's on Windows 10, version 1803. We discovered that UWP will not display the XAML designer in Visual Studio 2019 (version 16.2.5). The error is as follows:
"Visual Studio requires a newer version of Windows to display this content.
Please update to Windows 10, version 1903 (10.0.18362.0) or later."
I have tried in vain to see if there's a solution to this problem without having to upgrade Windows 10 which is a non-starter. At one time, I found a suggestion to download the Windows 10 version 1903 SDK and I just tried that with no success. However, I might not have installed the exact MSI that's required as there's a laundry list of MSI's that come in that SDK. Or, there's something else I'm neglecting to do. Or, we're simply out of luck and will have to work without the designer as our company will likely not authorize a Win10 upgrade for at least another year.
UPDATED with SDK showing in folder
In my case installing SDK 16299 helped (after retargeting solution to this SDK and building project).

MyEclipse not picking up PhoneGap?

Why wont MyEclipse let me create a phonegap application? I have installed NodeJS first, then i installed PhoneGap and then i installed MyEclipse but still there is no option under the mobile tab?
I have tried repeatedly but still no luck. Any suggestions?
If you are on MyEclipse 2016 CI 0, the PhoneGap tooling is not there, so you won't be able to create a PhoneGap application. This removal was mentioned in the delivery log and also on the forum.
If you need PhoneGap tooling, you will have to go back to the 2015 release stream for now; there will be different mobile support in a later 2016 release.

Is there a way to remotely build Xamarin.iOS with sdk 6.1 in VS2012?

I have an iOS project that was developed for iOS6.1 and I need to be able to build it for both iOS6.1 and iOS7. I updated all tools from Xamarin and upgraded to OSX Mavericks and iOS 7.0.3 on the iPhone. So at this time I have all latest versions.
When I start to debug the project from VS2012, the app that starts on the iPhone is always an iOS7 app. I added the iOS6.1.sdk to Xcode 5 so back on the Windows machine I can select this SDK in VS2012 for compilation.
But it seems that, whatever SDK I choose in the project settings, it always returns:
-debug -linksdkonly-sdk "7.0"-targetver "6.1" --abi=armv7 (arguments taken from the mtbserver.log on the building host)
If I build the project with Xamarin Studio on the Mac the behavior is as expecting when changing the version of the SDK.
Is there a way to get around this when building remotely with VS2012?
That's a bit uncommon and it sounds like a bug - you should file it on bugzilla so it will be confirmed (and fixed if it's the case).
Most people I know install several Xcode side-by-side, i.e. they do not copy an old .sdk directory into a newer Xcode release.
You might want to try this (the trick is to rename Xcode.app before installing the new one) and then set the VS addin to the older (e.g. Xcode46.app) directory when you need to build for iOS 6.1.

Creating new Windows Phone App project: "Object reference not set to an instance of an object" error (WP8 SDK, VS2012)

I have VS2012 Pro Update 3. I've downloaded and installed Windows Phone 8 SDK to create Windows Phone apps for the latest MS smartphone OS (WP8). However, I get the above-mentioned error when I try to create a new Windows Phone App project.
I deinstalled and reinstalled WP8 SDK as suggested on many forums and blogs, and even used the "repair installation" mode for VS2012 and WP8 SDK, but all this did not help.
How to get rid of this error?
P.S. My pc has Windows 8 Pro 64-bit and the CPU supports Hyper-V needed for this development (added this optional component to my Windows successfully). Other common Windows projects, such as WinForms and WPF apps, can be created and compiled without any problems in my dev env.
I solved my puzzle using the trial and errors method. Go to the TOOLS menu, then choose 'Extensions and Updates', then the Update section and install the latest NuGet update. Funny, yes?
My Solution: UNINSTALLED NuGet (as updates to it did not work)
I have installed visual studio 2012 update 3.
Go to the TOOLS menu, then choose 'Extensions and Updates', then the Update section and install visual studio update.

"Object reference not set to an instance of an object" when creating NEW Windows Phone project

I have Windows 8 x64 (not pro), VS2012 Pro Update 3, WP8 SDK and cannot create any new Windows Phone project.
I tried the following to no avail (in admin as well as non-admin accounts)
(numerous times, in different permutations)
Uninstall all Silverlight SDKs and components
Uninstall WP8 SDK
Uninstall all VS2012 components
Reboot
Clean registry
Reinstall VS2012 Pro \ Update VS2012 \ WP8 SDK (with reboots each time) Did not work
Reinstall VS2012 Pro \ WP8 SDK \ Update VS2012 (with reboots each time) Did not work.
Started devenv /ResetSettings (did not help)
Started devenv /ResetSkipPkgs (did not help)
Updated Silverlight (before\after all installs --different permutations)
Nothing helped. Exhausted all possible "solutions" listed on various sites.
I can open and run all other project types EXCEPT any of Windows Phone template projects. It does not even create a solution.
Only extensions are Microsoft Web Developer Tools. NuGet Package Manager and Visual Studio Extensions for Windows Library for JavaScript. Clean install, no third party extensions.
Nothing shows up under my Tools > Extensions and Updates > Updates (all updates done)
Finally able to create a new Windows Phone App project!!
Solution: UNINSTALLED NuGet (as updates to it did not work)
Since I am a new user, had to wait for 8 hours to be able to post this as an ANSWER
#MohamedThaufeeq, thanks for pointing to that direction. In my earlier attempts, I did not try to open a WinPhone app immediately after uninstalling NuGet. I did updates on it, did reinstalls of it, but did not remove it completely.
If there is a tools installation problem you can go into Control Panel's Programs, find the SDK there, and choose Repair. Then reboot your computer to play it safe. There are other threads in this forum related to SDK installation problems. Be sure to follow all the recommendations, including installing the SDK 8.0 last.
https://dev.windowsphone.com/en-us/downloadsdk
Regarding this error message in the context of having a problem with a specific project build, this can happen sometimes with the Xaml. In which case you can try a Clean build then a Rebuild.
Hope this helps...
There wasn't any updated for NuGet. But uninstalling it from (tool->Extensions and Updates) and then re-installing it worked for me.

Resources