This app could not be installed at this time. Found WatchKit 2.0 app named Astronaut.app when we already found AstroJump WatchKit App.app - watchkit

I am trying to build watchOS SpriteKit app, but when i try to run it it still throws me this kind of error:
This app could not be installed at this time.
Found WatchKit 2.0 app named Astronaut.app when we already found AstroJump WatchKit App.app
Could you please help me solve it?

Finally Build and Clean helped...

Related

The installed package is incompatible in xamarin forms

We are developing a small game application using Xamarin forms in visual studio 2019. When I try to install the app in android tab 6.0 while I am getting an error "The installed package is incompatible. Please manually uninstall and try again.". Please give me a solution to resolve this issue
Note: Previously I unstalled app(Settings->Apps->myapp)
Couple of things to try:
See if updating Xamarin will help
rebuild/clean solution
close VS -> delete the bin and obj folders in your Xamarin Android project-> relaunch
The last step is usually what I have to do when Xamarin complains about having two versions of itself installed in one of my work projects since one of our branches has a brand new .csproj design so it is incompatible with the previous one
After get this Deployment Fail,
Steps=>
Open the Command Prompt in ada.exe
2.Run the adb devices command and after that you can see the listed devices
After that run command adb uninstall then solved the problem 😀

Xamarin forms Android class Library collection is read only vs 2017 15.6.4

I need to create an Android class library and add Xamarin.Forms and Xamarin.forms.Maps
So I created an empty project I get
Nuget Xamarin forms gives "this collection is read only" output
Added package 'Xamarin.Forms.2.5.1.444934' to folder
'C:\MyTemp\TestApp\packages'
Install failed. Rolling back...
So
I have cleared the nugetcache but nothing.
This is driving me mad and looked at bugzilla and it seems to be an issue but all the workaround do not fix it.
Can you create an android class library and add xamarin.forms and maps to it?
thanks
In my case i have cleared the nuget cache and suppress the folder Cache at C:\Users\user_name\AppData\Local\Xamarin.Android for resolve this problem

Xamarin.Forms - Xamarin.Forms.Maps broken references in Droid Project

I need to implement Map functionality into an application that I'm building.
And I was folliwing this guide.
I downloaded the package and did all of the configuration.
I haven't implemented the Map class into my project yet, I only did the configuration required for both platforms (Android and iOS).
The Portable project and the iOS project are fine, the problem here is the Android project.
It has some broken references, these ones:
And when I try to compile the Android project, I get this error and these warnings:
Can anybody give me a hand? Thanks in advance.
EDIT:
As a sidenote, I'm using the Sdk installed by Android Studio, and that one has the latest Google Play Services installed.
UPDATE:
I just upgraded the version of my Xamarin.GooglePlayServices one by one (the one listed up there in the first image) for some reason it downloaded a really old version of those. So I just upgraded them, and it seems those references are fine now.
But I still get the error:
The "ResolveLibraryProjectImports" tasks failed unexpectedly.
SOLUTION:
I unloaded the Android project, added this:
<UseShortFileNames>True</UseShortFileNames>
To every property group in the .csproj file.
Load my android project back, and it all worked fine now.

Netbeans 7.2.1 broken reference : dist.jar (when coding on a JavaFX file)

I'm trying to learn JavaFX with reading some tutorials however, I couldn't even implement the "helloworld" application. The NetBeans said:
Error: Could not find or load main class helloworld.NewFXMain
Java Result: 1
and then when I checked Properties-->Libraries-->Run part there is a warning which says
Broken reference : dist.jar
How can I solve this?
when you create a new project in java fx and want to run the project for demo then this error occur .
you can try it given below:-
1.right click on project.
then click on clean and build.
its running your project in netbeans.
Before running, try "clean and Build Project" option.
Menu->Run->Clean and Build Project
then run your project.
It worked for me.

Is it still possible to debug opentap 1.5.0 in eclipse/netbeans?

I followed this tutorial to the letter but all I get are errors after errors what's more, because it's so old there's somewhat of an extra step missing as eclipse asks what type of Java application it is when I try to run it despite the errors. Any help or pointers as to how it's possible to achieve this would be appreciated.
I found out that you could import eclipse project into netbeans as it already contained an eclipse project.

Resources