Issue with building Apache cordova app for wp8 on win 8 desktop - apache

I am trying to build a simple app using Apache cordova. Things went well for android. However when I try to add the wp8 platform on my win 8 notebook, It show the following error:
Creating Cordova-WP8 Project:
App Name : abc
Namespace : com.sample.abc
Path : C:\Development\abc\platforms\wp8
CREATE SUCCESS : C:\Development\abc\platforms\wp8
ERROR: Could not find 'create.js' in 'bin' folder, aborting..
Could someone please point out what I am doing wrong!
Thanks

Check and see if you have all the system requirement to add and build cordova project
http://cordova.apache.org/docs/en/2.4.0/guide_getting-started_windows-phone-8_index.md.html
Sometime if the proper sdk set up is not present this error may occur.It happened in my case.

Related

VS 17.3.0 Preview 2.0 Not paring with Mac - MAUI

I am trying to develop a MAUI application for iOS & Android with Razor Class Library.
While trying to Pair my Mac with Visual Studio I face issue. In log I get below errors
Xamarin.Messaging.Integration.State.IOSServerStateContextExtensions Error: 0 : An error occurred while trying to get the current Xcode location in the connected Mac
Xamarin.VisualStudio.IOS.Messaging.MacOsxVersionValidator Warning: 0 : An unexpected error occurred while trying to get environment information for the connected Mac
When I try to connect without opening any .sln file, I could pair the Mac without any issue. With any project open, I face issue.
Kindly help to resolve the issue.
Please try to clear the XMA cache on the Mac. You can refer to this thread for more details.

React Native iOS No Bundle URL present but only when using a real device

I am trying to build a project that we have previously built many times on a real device through xcode but not it throws a No Bundle URL present error the moment the app boots.
I have tried updating the app, rebooting and updating the info.plist file but nothing seems to change it.
Other apps are booting fine.
I have my info and the error below.
Error Screen
Check whether you are running correct Project. Clean you build folder and then Run .
Seems like this is a common issue for some. I'd suggest checking out this thread with others that had a similar issue - What is the meaning of 'No bundle URL present' in react-native?

Is there some special environment for creating desktop app in react native

I was trying to make react native desktop app, I have never used it before its my first time experience and am facing errors I did tried to resolve them but couldnot, i did followed the instructions given on official website, error i am facing right now is:
C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\Microsoft.Cpp.WindowsSDK.target
s(46,5): error MSB8036: The Windows SDK version 10.0.18362.0 was not found.
I installed the sdk but its not going and this is what i see on my terminal
Build failed with message Building Solution returned error code 1. Check your build configuration.
nailed it....!!!
I don't know why but the issue was with the target SDK version 10.0.18362.0...
I installed the latest version and now its working absolutely fine.....

Could not build module GoogleMobileAds on ios 6.1

I am trying to create a demo ios project based on https://developers.google.com/mobile-ads-sdk/docs/admob/ios/quick-start
Everything works if i choose iphone 5 simulator to build and run the app, but when i try building the project for my ipod touch 4g (ios 6.1), it doesn't build and gives error "Could not build module GoogleMobileAds"
i am importing the mobile as :
#import GoogleMobileAds;
I am using GoogleMobileAds SDK version 7.2.1 .
Looking for the solution.
Thanks!
I have done following things it works fine.
goto build settings and say yes to always search user path.
then put your google mobile ads local path on frame work search path.

Apache Cordova Error When Add Platforms

im new in apache cordova, i try make a project with cordova, in the begining it works, but when i add some platform it giving error.
Error: An error occured during creation of android sub-project.
this the screen shoot
http://i39.tinypic.com/29vyla0.jpg
"ERROR : executing command 'ant', make sure you have ant installed and added to your path."
You need to install and configure ant if you want to add Android platform :
http://ant.apache.org/manual/install.html
Here is a guide for Android platform :
http://cordova.apache.org/docs/en/3.0.0/guide_platforms_android_index.md.html#Android%20Platform%20Guide