How to Install Automation Anywhere version 11 - automationanywhere

How do I Install Automation Anywhere version 11?
Every time I click on any link related Automation it navigates to automation anywhere V19 version.
Can anyone help me to install V11 version not V19?

You can get the Automation Anywhere V11 installation files from A-People Community.
https://apeople.automationanywhere.com
If you don't have an account, create an account on A-People
Login to
From the top menu, click on Downloads
You will find Automation Anywhere Enterprise
Download the latest version, or any older
For installation, you can check the documentation page.
https://docs.automationanywhere.com/bundle/enterprise-v11.3/page/enterprise/topics/control-room/install/installation.html#install

Related

Multi-device hybrid apps: Use Xcode6 and iOS8 SDK

we want to use the new Xcode6 and iOS8 SDK to build our mda apps. I installed the sdk on the mac, but i cannot build at the moment using the new sdk, because it seems like the new devices and emulators are not displayed in Visual Studio. It is also not possible to choose an old device, because it says that it cannot find the emulator I've specified (I think they renamed the emulator devices). I switched back now to Xcode 5.1.1, but we would really want to use the new sdk to get the new features.
Do you have any plans when we can use the new Xcode?
Thanks
There was an update made today to vs-mda-remote which should add in support for XCode6. Please make sure you get the latest version by running sudo npm install -g vs-mda-remote --user=$USER from your machine. This should get your build to pass. If you run into further issues, please email vscordovatools#microsoft.com to discuss further.
There was a plugins release for September recently. If any of your current plugins seem to be flaky, you may want to consider updating them manually by editing the config.xml file.

System image arm eabi v7a of Android 4.4(API 20) is not noticed

I was trying to set up the environment to develop and debug a simple android app with the use of Android Virtual Device Manager. I had followed all the steps from google's website.
Moving to the next step, as I had selected the target to be 'Android 4.4W - API Level 20' details in the wizard 'create new android virtual device(AVD)', the CPU/ABI field was grayed out saying 'No system image installed for this target'.
I had opened ANdroid SDK Manager to check if the mentioned target is holding a valid system image.
It had been updated with the latest packages from the respective repositories while contacting few of the repositories was a failure.
In the end, I had a surprise that my Android 4.4W (API 20) is not having its respective system image installed.
When I actually checked the folders that I had downloaded, I couldn't also notice the System Images sub folder under the SDK folder.
Can someone please help me out with this?
Start up Android SDK manager. Under "Android 4.4W (API20), make sure "sources for android sdk" is installed. If not, check the box and installed.
P.S. - I had the same problem.
After installing the image you have to restart eclipse. Otherwise it can't see the image.
Got the same issue. If you're running SDK Manager on Windows 7, run it with the admistrator privileges. That solved the problem in my case.
Open SDK Manager -> Tools -> Options
Check Force https://... sources to be fetched using http://...
You will see sources for android SDK, install it.
Close SDK Manager and open it again, you wil see ARM EABI

phonegap/cordova run issue

I have recently installed the newest version of Cordova (phonegap) 3.4.1 on my iMac. Downloaded the helloworld app. Built it according to the documentation in the platform guides at the command line. Opened xcode (5.1.1) and opened the helloword.xcodeproj file. I see all the files that I expect under WWW directory. Selected a simulator and clicked the Build button. I get the message that build succeeded.
And that's it. I can't seem to run it.
command-R is grayed out. I can't find any configuration that allows Build and Run.
When I did native iOS app development a couple of years ago using XCode 4.x I had the option of build or build/run. I don't see that similar information now.
Basically I just want to see the freaking program run in the simulator and my friend Google is letting me down.

Build cordova apps via ssh on a remote Mac

I've been building Android Phonegap apps locally on my Windows PC and using Phonegap Build to build IOS apps.
The design guys have a Mac that we're already using to publish the app in iTunes.
But even if Phonegap build is a great tool, there are many drawbacks : build time can sometimes be quite long, not all plugins are available, plugins submission seems sometimes quite long and not always successfull, building debugging a home-made plugin using Phonegap build seems just impossible.
For all those reasons I feel the need to build locally also IOS projects and maybe also develop native plugins.
So my idea would be to use ssh to connect to the Designer's Mac and use it to build.
Do other people process in that way? Would it work? Are there things I should be carefull with when installing the CLI, sdk and other tools?
For example I think it would be a good idea to install npm locally in my user I'll use for SSH.
Any ideas?
it is possible
First you need to instal phonegap on Designer's Mac, and enable ssh
Then in your system open terminal/cmd type
ssh usernameOfDesignerMac#ipaddress
then enter yes,
then enter password of that user. thats all now you can access Designer's mac,
cd cordovaProjectLocation
sudo cordova build ios/android

Blackberry plugin for eclipse?

As i am developing an where app where i need to integrate BBM in it. As per the following instructions of integrating BBM, i followed the steps & downloaded BB Plugin for Eclipse. Here by default i got BB 7.1 SDK with that eclipse which i downloaded. Now i want to install BB 5.0 & BB 6.0 to that eclipse.
As per details i got from internet i followed the following steps of installing these SDK's
In eclipse
Help --> Install New Software --> in Add Repository i gave name & location as
Name --> Blackberry plugin
Location --> http://www.blackberry.com/go/eclipseUpdate/3.6/java
But here i am getting "could not find http://www.blackberry.com/go/eclipseUpdate/3.6/java" .
So, can anyone help me with this how to install 5.0 & 6.0 to Eclipse as i downloaded from the above BB Plugin for Eclipse url........
Thanks in advance......
Use this location instead. I am using Eclipse 3.6.1 and it works for me.
http://www.blackberry.com/developers/jar/win/java
Use Eclipse to install the BlackBerry Java Plug-in.
Choose Help > Install New Software.
Click Add.
For Name, type BlackBerry Java Plug-in Update Site.
For Location, type http://www.blackberry.com/go/eclipseUpdate/mac/java.
Mac: http://www.blackberry.com/go/eclipseUpdate/mac/java
Windows: http://www.blackberry.com/developers/jar/win/java
Click OK.
Select BlackBerry Java Plug-in and at least one BlackBerry SDK. Choose the version of the BlackBerry SDK that is compatible with your intended target market.
Click Next.
Review the items being installed, and then click Next.
Review the license agreement, and then check I accept the terms of the license agreement if you agree.
Click Finish to begin the installation.
After the plug-in is updated, you'll be prompted to restart Eclipse.

Resources