Plugin for easy and fast development to enable developers of Android Apps to connect to Office 365 services and Azure Mobile Services, and developers of Java middleware to connect to Azure compute services
Перейти к файлу
Martin Sawicki 33798d2504 Update README.md 2016-03-15 13:20:08 -07:00
.idea Upgrade to azure-storage-3.0.0.jar + PR #349 (Dependency file cleanup for IntelliJ) 2015-08-14 15:25:53 +05:30
META-INF Office 365 custom activity refactor 2015-06-04 18:13:05 -03:00
WindowsTemplateCopy/WindowsTemplateCopy Revert "Revert "Ignore VS files"" 2014-12-03 16:51:57 -03:00
docs Remove reference to visual studio. 2015-02-24 13:03:29 -08:00
help help system 2015-01-29 11:42:50 -08:00
lib Deprecated use of Microsoft.WindowsAzure.StorageClient.dll 2015-08-27 14:24:22 +05:30
resources Deprecated use of Microsoft.WindowsAzure.StorageClient.dll 2015-08-27 14:24:22 +05:30
src Upgrade to azure-storage-3.0.0.jar + PR #349 (Dependency file cleanup for IntelliJ) 2015-08-14 15:25:53 +05:30
.gitignore Ignore msopentech-tools-for-intellij.zip 2015-02-10 00:11:08 -08:00
LICENSE.TXT Initial commit. 2014-10-27 21:35:36 -07:00
README.md Update README.md 2016-03-15 13:20:08 -07:00
build.properties Updated ant build for managing references to IDEA and JDK jars better. 2014-11-04 14:52:43 -08:00
build.xml Upgrade to azure-storage-3.0.0.jar + PR #349 (Dependency file cleanup for IntelliJ) 2015-08-14 15:25:53 +05:30
module_msopentech-tools-for-intellij.xml Fixing CI build 2015-08-19 17:10:20 +05:30
msopentech-tools-for-intellij.iml Upgrade to azure-storage-3.0.0.jar + PR #349 (Dependency file cleanup for IntelliJ) 2015-08-14 15:25:53 +05:30

README.md

MS Open Tech Tools: IntelliJ and Android Studio Plugin for Microsoft Services (DEPRECATED)

⚠️ NOTE This project has been deprecated in favor of the newer plugin versions released by Microsoft, which are equivalent in functionality, but split across 2 separate plugins:

If you are a user of this older combined plugin, it is recommended to uninstall it, then install one or two of the other plugins, depending on your needs.

Issues logged in this project will no longer be addresseed.

The GitHub repo for the Azure Toolkit for IntelliJ is: https://github.com/microsoft/azure-tools-for-java

Original readme:

Plugin for easy and fast development to enable developers of Android Apps to connect to Office 365 services and Azure Mobile Services, and developers of Java middleware to connect to Azure compute services.

For Android app developers, this plugin provides a highly productive integrated development environment within IntelliJ IDEA and Android Studio, which they can use to integrate Android apps with Office 365 and Azure Mobile Services. For middleware Java developers, the plugin provides an integrated environment to access Microsoft Azure compute services. (Access to Office 365 data and services is coming soon.)

At minimum youll need to install the following:

Prerequisites

  • Install the IntelliJ IDEA or Android Studio.
  • Android SDK - http://developer.android.com/sdk/index.html minimum version is Android 2.3 / API 9.
  • Install the Java JDK (For changing the plugin you need JDK 1.6. For creating android apps using the latest from http://www.oracle.com/technetwork/java/javase/downloads/index.html is sufficient
  • For windows OS you may need to manually install the appropriate Open SSL version to your local machine (for example C:\OpenSSL-Win64) and add that location in the system environment variable PATH(add “C:\OpenSSL-Win64\bin”).

Azure Notes

Other Dependencies:

  1. ProjectManagerLibrary.jar from Utils/ProjectManagerLibrary/jar
  2. AzureCommons.jar from Utils/AzureCommons/jar - might need to build
  3. .cspack.jar from StarterKit/CSPackAntTask/jar
  4. azure-core-0.7.0.jar from PluginsAndFeatures\AddLibrary\AzureLibraries\com.microsoftopentechnologies.windowsazure.tools.sdk and all jars from 'dependencies' folder

Also, need to add antIntegration.jar from <IDEA_INSTALLATION>/plugins/ant/lib to SDK classpath.