Failed to fetch URL https://dl-ssl.google.com/android/repository/repository.xml - Android Developers | Google グループ |
http://groups.google.com/group/android-developers/browse_thread/thread/63a44163a8d07cd9/cf3addd73f5ba8df It looks like it fails somehow to create the file containing the settings, but I don't know why (it works fine here). The file is ~/.android/androidtool.cfg try to create it manually and add one line to it: sdkman.force.http=true we'll try to figure out why it fails. |
2010年6月22日
/usr/bin/ruby1.8 extconf.rbextconf.rb:1:in `require': no such file to load -- mkmf (LoadError) |
Building native extensions. This could take a while... ERROR: Error installing rmagick: ERROR: Failed to build gem native extension. /usr/bin/ruby1.8 extconf.rb extconf.rb:1:in `require': no such file to load -- mkmf (LoadError) from extconf.rb:1 Gem files will remain installed in /var/lib/gems/1.8/gems/rmagick-2.13.1 for inspection. Results logged to /var/lib/gems/1.8/gems/rmagick-2.13.1/ext/RMagick/gem_make.out |
android:The project cannot be built until build path errors are resolved |
The project cannot be built until build path errors are resolved |
facing build path errors in setting up the workspace |
http://www.myeclipseide.com/index.php?name=PNphpBB2&file=viewtopic&t=12729&start=0&postdays=0&postorder=asc&highlight= 2) Sounds like you probably accidentally removed the JRE library. Go to your project properties for this project, go to Java BUild Path, then the Libraries tab. Click Add Library, select "JRE System Library and then hit next and finish. |