markfguerra / GLWallpaperService

Please submit issues and pull requests to the main repository
https://github.com/GLWallpaperService/GLWallpaperService
Apache License 2.0
218 stars 114 forks source link

Encourage library reference over JAR #27

Closed jayschwa closed 11 years ago

jayschwa commented 11 years ago

The current documentation provides instructions on creating a JAR and then importing that JAR into another project. However, this is not the procedure recommended by the official Android developer documentation: https://developer.android.com/tools/projects/projects-eclipse.html#SettingUpLibraryProject

I switched MasDennis/Rajawali@4adf085 over to this method late last year and haven't really had any problems with the transition.

markfguerra commented 11 years ago

That's interesting, I didn't know that.

Would you mind opening this issue on the GLWallpaperService GitHub organization? That's the new place where we'll be working on issues and pull requests going forward.

https://github.com/GLWallpaperService/GLWallpaperService

jayschwa commented 11 years ago

GLWallpaperService/GLWallpaperService#2