microsoft / msopentech-tools-for-intellij

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
Apache License 2.0
28 stars 34 forks source link

O -365 activity added to the project with compilation errors . #339

Closed omendrapandey closed 9 years ago

omendrapandey commented 9 years ago

Environment: OS - Windows Plugin Version - 0.1.227 , Daily Build 300 IDE - Android Studio 1.2.1.1 , JRE 1.8 Authentication - Publish Settings file

Steps - Add an azure O 365 activity to the application .

It will be added to the application with compilation errors .

C:\Users\android\AndroidStudioProjects\MyApplication11\app\src\main\java\com\example\android\myapplication\Office365Activity.java
Error:(12, 40) error: package com.microsoft.fileservices.odata does not exist
Error:(15, 39) error: package com.microsoft.onenote.api.odata does not exist
Error:(17, 43) error: package com.microsoft.outlookservices.odata does not exist
Error:(20, 47) error: package com.microsoft.services.odata.interfaces does not exist
Error:(41, 13) error: cannot find symbol class OneNoteApiClient
Error:(113, 20) error: cannot find symbol class OutlookClient
Error:(122, 69) error: cannot find symbol class OutlookClient
Error:(126, 20) error: cannot find symbol class SharePointClient
Error:(135, 60) error: cannot find symbol class SharePointClient
Error:(139, 15) error: cannot find symbol class OneNoteApiClient
Error:(50, 9) error: cannot find symbol class OutlookClient
Error:(67, 9) error: cannot find symbol class SharePointClient
Error:(85, 61) error: cannot access DependencyResolver
class file for com.microsoft.services.odata.interfaces.DependencyResolver not found
Error:(105, 77) error: cannot find symbol variable LogLevel
Error:(105, 56) error: cannot access LoggerBase
class file for com.microsoft.services.odata.impl.LoggerBase not found
Error:(119, 20) error: cannot find symbol class OutlookClient
Error:(132, 20) error: cannot find symbol class SharePointClient
Error:(141, 33) error: cannot find symbol class OneNoteApiClient
Error:(154, 43) error: cannot find symbol method setEnabled(boolean)
Error:(155, 56) error: cannot find symbol variable LogLevel

PFB the screenshot o 365

omendrapandey commented 9 years ago

This issue is resolved now .