Open GoogleCodeExporter opened 8 years ago
Why don't you start importing the example project included?
From Eclipse:
File->Import..
Select: General->Existing Projects into Workspace and click Next
Select root directory: path_to_min3d_folder/SampleProjects/min3dSampleProject1
Copy projects into workspace: Flag
Click Finish!
AFAIK, in my case, I had to redefine the framework source path to make it
working:
Close Eclipse
Edit .project file :
Change
<linkedResources>
<link>
<name>min3d_src</name>
<type>2</type>
<location>C:/Projects/Android/min3dSampleProject1/source</location>
</link>
</linkedResources>
To:
<linkedResources>
<link>
<name>min3d_src</name>
<type>2</type>
<location>path_to_min3d_src_folder_you_downloaded</location>
</link>
</linkedResources>
Open Eclipse
Maybe there is a GUI way to do that but I don't know, at least that works.
Original comment by castigli...@altasis.it
on 8 Jun 2011 at 2:37
Ah, maybe a Right Click->Refresh on min3dSampleProject1 is needed.. :P
Original comment by castigli...@altasis.it
on 8 Jun 2011 at 2:40
Lets say you have downloaded the folder on your home folder on ubuntu the path
is
/home/<USER>/<MIN3D-FOLDER>/src
Original comment by r.o.b.i....@gmail.com
on 24 Jun 2011 at 7:16
Why can't there be just one simple and decent enough tutorial?
Original comment by wizardbh...@gmail.com
on 14 Nov 2012 at 2:29
Dam ! can not tell you how much i need such tutorial. please any one ? i cant
even download and install that framework !
Original comment by mort...@gmail.com
on 10 Feb 2013 at 6:02
PLEASE . . .HOW DO I DOWNLOAD AND SET UP THE MIN3D, Thanks
Original comment by findephi
on 15 Apr 2013 at 8:12
I am confused of how to use provided source, any ideas?
Original comment by desgnk...@gmail.com
on 25 Apr 2013 at 4:08
finally i managed to download the source code by using Download SVN(GIT)
software from http://downloadsvn.codeplex.com/ link, just make sure the proxy
and port of your internet explorer is correct because that's the default system
setting, I hope this helps.
Original comment by findephi
on 3 May 2013 at 4:58
Original issue reported on code.google.com by
wearns...@gmail.com
on 7 Jun 2011 at 7:44