Build alfresco app error library

cancel
Showing results for 
Search instead for 
Did you mean: 
nguyenthe_0107
Member II

Build alfresco app error library

When I pull source from GitHub - Alfresco/alfresco-android-app  , then I tried run app but some issues occurred

error library

I try Rebuild/Clean project and

can comment

storeCompile project(':extensions:samsung')

in alfresco-android-app\gradle.properties

and comment

include ':extensions:samsung'

but still error , 

Please help me , resolve this problem , thanks all 

2 Replies
jm_pascal
Active Member

Re: Build alfresco app error library

Aloah,

Have you looked at Getting Started · Alfresco/alfresco-android-app Wiki · GitHub  ?

It appears you try to build the MobileIron Flavor of the App, so you need to comment also dependencies in  mobileironCompile

Hope it helps.

nguyenthe_0107
Member II

Re: Build alfresco app error library

thanks 

I comment 

mobileironCompile project(':mdm:mobileiron') and comment mdm:mobileiron(setting.gradle) like this but still error , 
Error 1

error2

Did I comment correct ?