Error in building moodle app for android: - moodle-api

Android target not installed. Please check the screenshot for the same.
Trying to run moodle app on a native device

Related

WMAppManifest.xml file for deploying vcREG

I've been trying to deploy vcREG to my Windows Phone using the deployment app installed while installing Windows Phone SDK. I downloaded the app over the internet and I wanted to interop unlock my phone using it. But, while installing, it gives me an error, to fix capabilities in the WMAppManifest.xml file. Please help me by providing the correct file with all capabilities fixed.

The project needs to be deployed before it can be started

Whenever I am starting to test an Windows Phone app (even a blank app) on emulator, I am getting error "The project needs to be deployed before it can be started". The emulator will be started & run successfully, still no luck in deploying app on emulator. Getting error DEP6100 & DEP6200.
These are the stuffs I tried till now:
Checked "deploy" option in 'Configuration Manager'.
Tried deploying Windows 10 Mobile, Windows Phone 8.1 & Windows Phone 8 blank apps on different types of emulators.
Although I am able to run apps on my device.
I am running Visual Studio Enterprise 2015 on Windows 10 Enterprise.
The Emulator is x86 based and Phone is ARM architecture. To run the app in the emulator, change the CPU to x86 in the toolbar and compile it. Now you can deploy te App to the Emulator and test it.
I faced problem like that and I fixed it by right click on project > properties > change platform target to X86.
I just started playing with Xamarin Forms, and ran into this error after following the Xamarin Forms Quickstart Guide. The error message actually said to Run the Deploy... for the project that you are trying to run. Deploying the project seems to install some Windows dependencies that might be required to run the UMP. After deploying the project, it ran without issue as a Windows Desktop app, or if you change to Device, then install emulator, as Windows Phone app.
This error was relentlessly happening to me as well, and I found out that it was because my project was saved on a SanDisk SD card. If I simply moved the entire solution to my C drive, it built without issue, but on the D drive, it would give this error.

"The high OS version validation detected" error during Windows App Certification Kit validation

Getting the following test failure while running Windows App Certification Kit 10.0:
Platform version launch
Error Found: The high OS version validation detected the following errors:
Cannot launch App
The app <apppackagename> failed platform version launch test.
Impact if not fixed: The app should not use version information to provide functionality that is specific to the OS.
How to fix: Please use recommended methods to check for available functionality in the OS. See the link below for more information.
Any feedback on how to resolve that issue appreciated.
You need to update your Windows App Certification Kit to the latest version and then update the "Target version" inside the solution's properties to the latest windows build version (2004).
Now Create app package again and you will be OK :)

How to deploy app on windowsphone 8

I have been running in some problem of deploying my app in my nokia lumia 520 its and windows 8 phone.
I have my application in visual studio express 2012 for windows phone.When i build the project and deploy the .xap file in my mobile using the app deployment tool the app gets installed but doesnt runs properly...it is unable to get the css files and the view files.
But when i deploy it using Visual Studio>>Build>>Deploy method the app gets installed and also runs as expected.The main thing is that it also uses the same .xap file which i used while deploying the app using the app deployment tool
Now i am not able to make out where am i going wrong.
Please help

How to install our window8 app in windows mobile?

I am new to windows app.Now i am create new app in vs 2012.It run perfectly in my system.How to install this app to my mobile.
First, if you want to test your app before publishing to Windows Phone Store you should have valid Developer account and developer unlocked phone. Details are here and here
To deploy app from VS2012:
Select from runnable options "Device"
Connect unlocked phone via USB
Unlock lockscreen on device - you should see home screen
Press deploy in VS2012
Enjoy your app on the phone
If you want to publish your app to Store - follow this guide