Wednesday, 26 June 2013
How To Resolve Invalid Project Description Error in Eclipse Working on Android Project
Frequently when I import projects from GIT via EGIT in Eclipse I get the error “Invalid Project Description” This bugged the
hell out of me.
There are two kinds of places where projects can be located:
1) In the “default” location. This means that the project directory is a direct child directory of the workspace directory (aka the platform instance location), and the project directory name matches the project name.
2) Outside the default location, in a directory that is neither a parent or child of the platform instance location. In this case the directory name does not need to match the project name. To ensure a successful import you have to make sure the directory you are creating inside of your \workspace\ dir matches that of the name defined in the .project file. In my example: \workspace3\warmupdater is the same name that is defined in the .project file. This will yield a successful import without the error “Invalid Project Description”
warmupdater
com.android.ide.eclipse.adt.ResourceManagerBuilder
...
..
Read More
1) In the “default” location. This means that the project directory is a direct child directory of the workspace directory (aka the platform instance location), and the project directory name matches the project name.
2) Outside the default location, in a directory that is neither a parent or child of the platform instance location. In this case the directory name does not need to match the project name. To ensure a successful import you have to make sure the directory you are creating inside of your \workspace\ dir matches that of the name defined in the .project file. In my example: \workspace3\warmupdater is the same name that is defined in the .project file. This will yield a successful import without the error “Invalid Project Description”
Sunday, 10 March 2013
Share project game libgdx đơn giản! Down phát chạy luôn ^^!
Xin chào các bạn!
Do công việc dạo này bận túi bụi nên mình không có nhiều thời gian để cày Libgdx cũng như là google translate TUT cho các bạn vì thế mình quyết định sẽ Share 1 project game nhỏ mà mình đang dự định phát triển.
Project này mình lấy trên mạng về của tác giả ở địa chỉ này http://dustinriley.me/project/angry-masons-the-game/ và channel Youtube hướng dẫn rất đầy đủ ở địa chỉ này http://www.youtube.com/watch?v=WP5qA_kgV6Y anh ý nói rất dễ nghe trôi chảy câu nào ra câu đó mỗi tội là mình éo hiểu j cả :D các bạn có thể bật chức năng CC của youtube mà xem...
Đây là 1 số hình ảnh ScreenShot của game,
Trong project mình share thì mình cũng chỉ thay đổi 1 chút so với project gốc vì thế có j không hiểu các bạn cứ lên channel Youtube theo địa chỉ http://www.youtube.com/watch?v=WP5qA_kgV6Y hoặc comment ở dưới bài viết hoặc gửi mail về địa chỉ phamquocchinh90@gmail.com hoặc add nick skype mình phamquocchinh90 các bạn có thể spam thoải mái :D
Thân mến chào các bạn!
Còn Project các bạn down tại đây: http://www.mediafire.com/?bcar6hn995dnrwa
mình đã cấu hình sẵn hết rồi chỉ cần down xong import vào eclipse là chiến thôi!
Read More
Do công việc dạo này bận túi bụi nên mình không có nhiều thời gian để cày Libgdx cũng như là google translate TUT cho các bạn vì thế mình quyết định sẽ Share 1 project game nhỏ mà mình đang dự định phát triển.
Project này mình lấy trên mạng về của tác giả ở địa chỉ này http://dustinriley.me/project/angry-masons-the-game/ và channel Youtube hướng dẫn rất đầy đủ ở địa chỉ này http://www.youtube.com/watch?v=WP5qA_kgV6Y anh ý nói rất dễ nghe trôi chảy câu nào ra câu đó mỗi tội là mình éo hiểu j cả :D các bạn có thể bật chức năng CC của youtube mà xem...
Đây là 1 số hình ảnh ScreenShot của game,
Đây là màn hình SplashScreen giới thiệu về game
Menu
Trong game...
Trong project mình share thì mình cũng chỉ thay đổi 1 chút so với project gốc vì thế có j không hiểu các bạn cứ lên channel Youtube theo địa chỉ http://www.youtube.com/watch?v=WP5qA_kgV6Y hoặc comment ở dưới bài viết hoặc gửi mail về địa chỉ phamquocchinh90@gmail.com hoặc add nick skype mình phamquocchinh90 các bạn có thể spam thoải mái :D
Thân mến chào các bạn!
Còn Project các bạn down tại đây: http://www.mediafire.com/?bcar6hn995dnrwa
mình đã cấu hình sẵn hết rồi chỉ cần down xong import vào eclipse là chiến thôi!
Wednesday, 6 March 2013
Upgrading to SVN/JavaHL in Linux Mint, Ubuntu
idewaysforward.com/2012/02/29/upgrading-to-svnjavahl-1-7-x-in-ubuntu/
sudo apt-get install libsvn-java
sudo apt-get purge libsvn-java
sudo add-apt-repository ppa:dominik-stadler/subversion-1.7
sudo apt-get update
sudo apt-get install libsvn-java
-...-
Read More
sudo apt-get install libsvn-java
sudo apt-get purge libsvn-java
sudo add-apt-repository ppa:dominik-stadler/subversion-1.7
sudo apt-get update
sudo apt-get install libsvn-java
-...-
Subscribe to:
Posts (Atom)




