SignalR-Implementing SignalA client is not working in Android - signalr

I have downloaded signalR client for android from github which is SignalA. but i cant able import SignalA.longPolling project in eclipse. Can anybody tell me what is the problem? I have just downloaded the repository from github and importing but its not wroking.

SignalA uses Android Studio and Gradle. The source is not compatible with Eclipse anymore. Maybe you can use maven to include SignalA in your project instead?!

Related

Project App.Droid cannot build using TargetFrameworkVersion v8.1 because it is not supported

Having this issue when trying to build Xamarin.Android project (Xamarin.Forms)
Project App.Droid cannot build using TargetFrameworkVersion v8.1 because it is not supported. Please change your Xamarin.Android project to target an API version that is supported.
How do I resolve this issue?
I think I have installed SDKs I need, screenshot is here
After upgrading my VS2017 v.15.3.5 to v.15.7.5, I was able to install newer Android SDKs and tooling and all went well after that.

How can we build KAA source code in Eclipse

Can any one from KAA team guide us on how to build the kaa source code in Eclipse IDE. or else provide a required information to build the kaa source code in other then the eclipse IDE.
Note: If possible, please provide the list of external software or IDE settings required to installed/Configured to successfully build the code.
You can find a folder called server which has all Java classes of the server side application, Basically Kaa project is a maven java project you can import the project to your eclipse the same way you would import any maven project to eclipse just click File->Import->Maven then browse to your project.
On other hand you can compile the project from your terminal if you already have maven installed on your system, by running this command from within the project folder
mvn -P compile-gwt,mongo-dao,mariadb-dao clean install verify

I am developing iOS and Android app with Xamarin Forms in MAC. I am installing PCL Xamarin.Mobile, but i am getting error

The error i am getting while installing PCL. Any idea about below mentioned error?
Could not install package 'xamstore-xamarin.mobile 0.7.1'. You are
trying to install this package into a project that targets
'.NETPortable,Version=v4.5,Profile=Profile259', but the package does
not contain any assembly references or content files that are
compatible with that framework. For more information, contact the
package author.
From Xamarin Developer Matt Ward on the Xamarin Forums
The NuGet package xamstore-xamarin.mobile 0.7.1 only supports MonoAndroid and MonoTouch. It contains MSBuild property files for these two frameworks. You will not be able to install it into a Portable Class Library (PCL) project since it does not have any files that target any PCL framework.
Instead you should be able to add it to a Android or iOS project.
Similarly Xamarin.Mobile from the component store supports Android and iOS projects. It has assemblies for those platforms as well as for Windows Phone 7/8 and Windows 8 (WinRT). So you would be able to add that component into an Android or iOS project but not a PCL project.

PhoneGap on Symbian: Does native side work?

I created application on PhoneGap for iOS and Android.
But if I import it to Symbian, my native side is not working :(
And I have some questions:
Native side must be working in WGZ and Qt applications or only in Qt applications?
Do you have or know working examples using camera and/or geolocation?
Try the PhoneGap build website to compile your project. It will give you the executable files of all the plateforms. Try install the wgz file for symbian. Mine is working.
They should be working on both the WGZ and Qt.
I tried both the api(camera/geolocation) from the PhoneGap/Cordova site and both are working fine.
Only thing to notice:
1) Include the phonegap.js file in your www folder for symbian PhoneGap. You can find it from PhoneGap sample projects.
2) Refer this file in the javascript files

Installing Flex Builder Plugin on Eclipse 3.5 (galileo) Mac Cocoa 64bit

Is there a way to get the Flex Builder plugin working on the latest Eclipse running on the Mac?
I've read that there is no hope with the Cocoa/64 bit version, but some report it works with the Carbon version.
I need the 64bit/cocoa version on the Mac in order to have access to the JDK6 libraries via the embedded maven support in the Eclipse IAM plugin.
Unfortunately Eclipse 3.5 is unsupported by Flex Builder 3. There are a few bugs for this:
http://bugs.adobe.com/jira/browse/FB-21025
http://bugs.adobe.com/jira/browse/FB-21284
Please comment on those bugs and vote for them.
Try this one. That worked for me. I have Eclipse Galileo (3.5) and FlexBuilder 3.0
Goto your Eclipse Installation (example my installation is C:\eclipse) and there to this folder: C:\eclipse\links
Open File or create com.adobe.flexbuilder.feature.core.link and type in this text:
path=C:/Program Files/Adobe/Flex Builder 3 Plug-in
In my case the word path was missing. After that restart your Galileo and it should work.

Resources