본문 바로가기
Error executing aapt: Return code -1073741819 @ eclipse Error executing aapt: Return code -1073741819 @ eclipse How to fix :change the order of libraries. originally base library has come first and then google-play-service_lib.But after changing the order of them, the problem has disappeared. I don't know which libraries you use, but change the order of them and then try to build again.I think it will solve your problem with saving time : ) 107374181.. 2014. 3. 24.
How to generate class diagram using eclipse. How to generate class diagram using eclipse. [En] Using eclipse add-on named ObjectAid UML Explorer, you can draw the class diagram very easily. [Help] - [Install New Software] - [Add] Name : ObjectAid UML ExplorerLocation : http://www.objectaid.net/update Proceed installation. After finishing installation, you can find [ObjectAid UML Diagram] - [Class Diagram] when you click "New" button. Make .. 2013. 10. 1.
[android] actionbar 어떻게 사용하고, 왜 사용하는가? 안드로이드 actionbar 어떻게 사용하고, 왜 사용하는가? 필자는 왜 그냥 간단히 View 로 구현하면 되는걸 ActionBar 로 구현하는가 했다.그것은 ActionBar 에 대해서 잘 모르기 때문에 한 이야기..ActionBarSherlock 이라는 libary 를 사용하면서 actionbar 에 대해 재조명하게 되었다. actionbar 의 기능들과 사용방법에 대해 간단하게 정리해본다. onCreateOptionsMenu onCreateOptionsMenu 에서 menu 를 add하면 그것이 ActionBar 의 우상단에 list 형태로 붙게 된다. MenuItem.setShowAsAction( int actionEnum ) 해당 Menu Item 이 ActionBar 에 어떤 형태로 displ.. 2013. 7. 15.
반응형