microsoftconnect / Taskr-Sample-Intune-Android-App

Taskr is a simple, open source, Android app designed to let you test out the capabilities of the Microsoft Intune APP SDK.
MIT License
21 stars 18 forks source link

Build Failure #1

Closed allahbaksh closed 5 years ago

allahbaksh commented 6 years ago

When tried building it from the source the following error is reported.

Unexpected scopes found in folder '/workspaces/shamsworkspace/Taskr-Sample-Intune-Android-App-master/app/build/intermediates/transforms/MamifyTransform/debug'. Required: SUB_PROJECTS. Found: PROJECT, SUB_PROJECTS

bannus commented 6 years ago

Does this still occur if you delete everything under app/build and rebuild? That error suggests you have stale build artifacts.

bannus commented 5 years ago

You may also want to try disabling Instant Run.

exxoff commented 5 years ago

I had the same problem, disabling Instant Run fixed it for me.

meghandaly commented 5 years ago

Disabling Instant Run will resolve this issue.

@allahbaksh If the error persists please reopen the issue.