user10897533
user10897533

Reputation:

Debugging Mobile add ins

We are trying to enable our outlook 365 add in on Outlook mobile. After making necessary changes to the manifest and enabling the add in and testing on android, we notice that although simple test apps are loading fine, the full fledged app is having some issues that we have not seen in desktop or OWA modes.

We are currently blocked on debugging this further, because:

Is there any way to proceed further here? Would it be possible to obtain an outlook apk file with debugging enabled?

Upvotes: 0

Views: 568

Answers (1)

Victor Ivanidze
Victor Ivanidze

Reputation: 411

Regarding Android - just connect the real Android device with your development Windows machine using USB cable and run Chrome F12 tools for debugging. See Get Started with Remote Debugging Android Devices

Upvotes: 2

Related Questions