Hi, 2014-09-06 7:02 GMT+02:00 [email protected] <[email protected]>: > > Hi everyone > > I try to compile the Android version. > > I used https://github.com/owncloud/android/blob/master/SETUP.md > > Problems started at step 3, > mvn -pl com.simpligility.android.sdk-deployer:android-19 -am install > I had a failure because it didn't work for 4.4 and Android 19. I had to > update pom to use 4.4.2_r3 instead of 4.4.2_r3. Then it worked. > > Same problem with mvn install. With 4.4.2_r3 instead of 4.4.2_r2, it > worked and the build was successful. > > But I cannot succeed with "mvn package". It doesn't want to work: > > [WARNING] The POM for > com.owncloud.android:owncloud-android-library:jar:1.5.2-SNAPSHOT is > missing, no dependency information available > > Failed to execute goal on project owncloud: Could not resolve > dependencies for project com.owncloud.android:owncloud:apk:0.9.2: Could > not find artifact > com.owncloud.android:owncloud-android-library:jar:1.5.2-SNAPSHOT > > So I still cannot generate the APK..... > > Any idea? > > Thanks to everyone! > > S.L. >
If you just want to get the APK you can download it from here: https://ci.owncloud.org/job/android-develop/ And the release builds: https://ci.owncloud.org/job/ownCloud-Android/ However, I don't have any idea for the dependency errors, though. > > > _______________________________________________ > User mailing list > [email protected] > http://mailman.owncloud.org/mailman/listinfo/user _______________________________________________ User mailing list [email protected] http://mailman.owncloud.org/mailman/listinfo/user
