2014年11月27日 星期四

[Android]Eclipse svn:ignore bin and gen

Reference:
Subclipse svn:ignore
http://stackoverflow.com/questions/1066809/subclipse-svnignore

Subversive: Ignore bin/ and gen/ folders
https://www.youtube.com/watch?v=UrQnsFfsaPY

沒有留言:

張貼留言

[iOS]退出App動畫

Objective-C:         UIWindow *window = [UIApplication sharedApplication].delegate.window;         [UIView animateWi...