cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco Mobile Android building with eclipse

cristianfrog
Champ in-the-making
Champ in-the-making
Hi all,

I have a problem building alfresco mobile android tag version 1.3.1
I'm using Eclipse with m2e plugins and connection with Maven.

I did install Maven latest version, mvn install the maven-android-sdk-deployer, and imported the alfresco-android-sdk-master. Then I did the connection in the properties tab of each library (in the package explorer).

I did also the installation of the samsung mobile sdk from this tutorial:
https://wiki.alfresco.com/wiki/Android_Maven_Repository

I don't know if I missed something but I'm trying and re-trying building and the result is Eclipse giving me always 185 errors about com.samsung importation,
and telling me "alfresco-mobile-android-extension-samsung.jar" is missing in "alfresco-mobile-android-extension-samsung\bin" folder.

Can someone give me some advice about this? Am I doing something wrong?
4 REPLIES 4

cristianfrog
Champ in-the-making
Champ in-the-making
I will post a screenshot which may be much more clear about my problem…

[img]http://s22.postimg.org/7d1dwe8ox/android_alfr_errors.png[/img]

How you can see it checks me the samsung library but I've already installed the sdk doing this:
https://wiki.alfresco.com/wiki/Android_Maven_Repository

Hope in some help…

cristianfrog
Champ in-the-making
Champ in-the-making
I'm still trying and I added the pen-v1.0.3.jar and sdk-v1.0.3.jar manually creating /lib folder inside alfresco-mobile-android-extension-samsung.
I built it and the JAR appeared in /bin folder, then I built the MainActivity and it now shows me 2 errors, don't know how to get rid of them Smiley Sad

Screenshot:

[img]http://s12.postimg.org/3lbev7yn1/android2_alf.png[/img]

I also imported… the SDK 1.3.0 but no effect…

jm_pascal
Star Contributor
Star Contributor
Aloah,

I updated a wiki page with some tips here : https://wiki.alfresco.com/wiki/Android_:_Setup_Eclipse_Dev_Environment

Hope it helps.

Very useful, thank you very much.

SOLVED.