Sony Remote Camera API sample Android app - Android Studio - camera

I am having difficulty running the Android sample application for the Sony Action Cam API in Android Studio. I've tried to import the project into Android Studio, but I must not be configuring all the settings properly. Has anyone done this that can provide a step by step. My only experience with Android development was in Eclipse, but I want to try Android Studio as its the latest technology.
Maybe Sony can create a version of this project for Android Studio and make it available from the download page. Please!

I was able to build and run the latest (SDK 1.90) sample app after importing the CameraRemoteSampleApp sample project into Android Studio (Beta) 0.8.14. Please check again.
Best Regards, Prem, Developer World team

Related

Worklight: Any impact of google ending support for android eclipse tools

Environment:
Worklight 6.1.0.2
Dojo 1.9.4
Eclipse Juno
We have developed a hybrid mobile application using worklight 6.1. We use eclipse juno to develop the app. As Google has announced to end support for android eclipse tools, I would like to know, if there will be any impact on the way we develop the app. Will there be any problem while publishing the app (built using worklight) to Google Play store ?
I guess, we will not be able to use eclipse to run/debug the app now.
Thanks,
Vijay
It should not be an issue as you can still run your Android app in Android Studio.
There will not be a problem with publishing applications to Google Play Store.
You can configure Eclipse > Preferences > MobileFirst (or Worklight) with the location of your Android Studio installation. This will enable you to right-click on the application folder and select Run As > Android Studio project, which will launch the project in Android Studio.
The only limitation is that Worklight-generated projects are not compatible with Gradle, so you should not migrate to Gradle (Android Studio will suggest this). If you do migrate, the next time you build the project in Worklight Studio in Eclipse the native project that will be generated will again be non-Gradle...

Unable to Config Android sdk in Mobile First Foundation 7.1

I am working on hybrid Apps over IBM Mobile First Foundation on eclipse,I want to build an android app of the project, but when i configure the android SDK location and click on apply, nothing happens
Help!
The question is not clear enough... what are you applying? where? are you getting any errors, if yes, what are they?
When using MobileFirst Studio in Eclipse, the Android project can be generated in two ways.
By using the Google ADT tools.
Install the Eclipse plug-in and re-build the project by right-clicking the application folder and selecting Run As > Run on MobileFirst Development Server
By providing the path to Android Studio.
First install Android Studio and then, in Eclipse, navigate to File > Preferences > MobileFirst. Provide the path to the folder containing the executable. For example in Mac OS X that would be /Applications.
Then right-click on the Android environment folder and select Run As > Android Studio project.
Note: be sure not to convert the project to Gradle structure - this is currently not supported.

Apache Cordova not Allowing me to run in visual studio

Every time i try to create a new app ( trying to look at cross platform apps) in visual studio I get this error:
I have installed the android SDK , is there something else I should be installing?
Thanks
It seems you installed the android SDK but didn't run it to install the platform tools and the SDK APIs.
Run the "android" command on your computer, it will start the android SDK manager.
Then you have to install The android SDK tools and android platform for at least SDK 19.
One quick way is to just click the install button on the bottom right of the window, it should install automatically the latest SDK tools and paltform tools.
If you're short on disk space I recommend you uncheck all that's not usefull if you only want to use Cordova and not plan to do native dev :
the samples
the system images (unless you want to use the emulator, in this case just install one, don't need all)
the documentations
This is simply telling you that the x86 emulator system image is missing. If you do not plan on using the Android Emulator or will only be using an ARM image, you can ignore this warning. We're working to ensure messaging is more nuanced in this area in the future.

Configuring Blackberry 10 SDK in Titanium

I have been working on Blackberry 10 Cascades Native SDK. I tried to configure the SDK in Titanium Studio. Though the Titanium Dashboard indicates a green checker and states the SDK installed and configured, when i try to create a new project, the Blackberry SDK check option is still disabled. (Titanium is updated to the latest revisions. Blackberry 10 Native works fine. Simulator is good). Could somebody help?
From Appcelerator site :
To get started developing your app, you can gain access to the public
Titanium Mobile BlackBerry GitHub Repository. Installing the
BlackBerry 10 development tools are straightforward, and instruction
can be found at README. Read the Terms and Conditions for this offer.
Hope this help you..

How to re-install all the old SDKs(softwares) for iOS developemnt using Titanium?

I'm very new to the Apple Laptop usage and iOS App development using Titanium. Currently I'm developing an iOS Application using Titanium in an Apple MacBook(Mac OS X Version 10.6.6) with the help of Titanium Developer for testing my App.
Now a days my Titanium Developer is frequently crashing in the middle of my application execution even without any error message, after gone through many threads I decided to go with Titanium Studio instead of Titanium Developer. For using this Titanium Studio I need to upgrade my Titanium SDKs and may be iOS SDKs also.
Previously all the required SDKs(Software) have been installed by one of my colleagues who started this iOS App, now I want to uninstall all the old SDKs and planing to develop the App using the new version SDKs. I'm not sure how to uninstall and install the SDKs again in Mac OS X, can anybody please help me to uninstall all the old SDKs and freshly start the iOS application development from the scratch, if possible please list down the step by step procedure for handling this scenario.
Your help is really appreciable...
Thanks in advance,
Siva
If you are using Titanium Studio, you don't need to remove all the SDKs. Titanium Studio gives the option for selecting any of your installed SDKs. For updates it shows the notifications for availability of new versions of SDKs.