Giter Club home page Giter Club logo

android-vm's People

Contributors

dweinstein avatar elendrim avatar fschwiet avatar rickfarmer avatar shalecraig avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

android-vm's Issues

Integration of Chef

This is a great project with lots of useful tidbits in it. I am working through the following issue:

Currently the cookbook recipes for:

    apt     
    build-essential     
    git 
    java

are empty. What is the correct way to obtain these chef recipes from the opscode community and integrate them with this project in order to create a functional vagrant configuration. Currently, "vagrant up" with a clone of this repository causes exceptions at these steps.

errors when trying to run a newly generated android project on eclipse

In order to run a vanilla android project generated by eclipse, I needed to run the solution from http://askubuntu.com/questions/147400/problems-with-eclipse-and-android-sdk:

sudo apt-get update
sudo apt-get install ia32-libs

After this, I needed to restart the VM as well. The error I received before applying the solution is the same as the SO thread (error while loading shared libraries: libz.so.1: cannot open shared object file).

Chef error for sqlite-dev (invalid metadata)

When running "vagrant up --provider=virtualbox" everything seems to go fine until Chef ends in an error. The only warning before this is about different Virtualbox guest additions versions.

Error:
==> default: [2015-11-17T19:32:35+00:00] ERROR: Running exception handlers
==> default: [2015-11-17T19:32:35+00:00] ERROR: Exception handlers complete
==> default: [2015-11-17T19:32:35+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
==> default: [2015-11-17T19:32:35+00:00] ERROR: Cookbook loaded at path(s) [/tmp/vagrant-chef/35cc7da134429f53d1a4d2f5e87e41c0/cookbooks/sqlite-dev] has invalid metadata: The `name' attribute is required in cookbook metadata
==> default: [2015-11-17T19:32:35+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)
Chef never successfully completed! Any errors should be visible in the
output above. Please fix your recipes so that they properly complete.

Previous warnings:
"Installing Virtualbox Guest Additions 4.3.32 - guest version is 4.2.0"
and
"Installing the Window System drivers
Could not find the X.Org or XFree86 Window System, skipping.
An error occurred during installation of VirtualBox Guest Additions 4.3.32. Some functionality may not work as intended.
In most cases it is OK that the "Window System drivers" installation failed."

Any idea why this is happening?

provider expected: virtualbox

I don't have a lot of vagrant experience so sorry if this is a newbish issue. When I run vagrant up, with or without specifying '--provider=virtualbox', I still get an error saying the box is for vmware_fusion. I suspect to fix this I need a different download url.

c:\src\android-vm>  vagrant up

Bringing machine 'default' up with 'virtualbox' provider...
[default] Box 'precise64' was not found. Fetching box from specified URL for
the provider 'virtualbox'. Note that if the URL does not have
a box for this provider, you should interrupt Vagrant now and add
the box yourself. Otherwise Vagrant will attempt to download the
full box prior to discovering this error.
Downloading box from URL: http://files.vagrantup.com/precise64_vmware.box
Extracting box...ate: 11.3M/s, Estimated time remaining: --:--:--)
The box you attempted to add doesn't match the provider you specified.

Provider expected: virtualbox
Provider of box: vmware_fusion


C:\src\android-vm [master]> vagrant up --provider=virtualbox
Bringing machine 'default' up with 'virtualbox' provider...
[default] Box 'precise64' was not found. Fetching box from specified URL for
the provider 'virtualbox'. Note that if the URL does not have
a box for this provider, you should interrupt Vagrant now and add
the box yourself. Otherwise Vagrant will attempt to download the
full box prior to discovering this error.
Downloading box from URL: http://files.vagrantup.com/precise64_vmware.box
Extracting box...ate: 11.3M/s, Estimated time remaining: --:--:--)
The box you attempted to add doesn't match the provider you specified.

Provider expected: virtualbox
Provider of box: vmware_fusion


c:\src\android-vm [master] vagrant up --provider=virtualbox
Bringing machine 'default' up with 'virtualbox' provider...
[default] Box 'precise64' was not found. Fetching box from specified URL for
the provider 'virtualbox'. Note that if the URL does not have
a box for this provider, you should interrupt Vagrant now and add
the box yourself. Otherwise Vagrant will attempt to download the
full box prior to discovering this error.
Downloading box from URL: http://files.vagrantup.com/precise64_vmware.box
Extracting box...ate: 5726k/s, Estimated time remaining: --:--:--)
The box you attempted to add doesn't match the provider you specified.

Provider expected: virtualbox
Provider of box: vmware_fusion

Error in metadata.rb file of the sqlite-dev chef cookbook used

Hi there,

Just wanted to let you know I had some trouble with the chef cookbooks. The sqlite-dev cookbook causes:
==> default: [2015-01-10T01:51:53+00:00] FATAL: Stacktrace dumped to /var/chef/cache/chef-stacktrace.out
==> default: [2015-01-10T01:51:53+00:00] ERROR: Cookbook loaded at path(s) [/tmp/vagrant-chef/b05d38aa2725e9c5a893867ea452ad6b/cookbooks/sqlite-dev] has invalid metadata: The `name' attribute is required in cookbook metadata

To fix the issue, I added the name attribute to the metadata.rb file:
name "sqlite-dev"

I also had trouble with missing cookbooks like yum, yum-epel, windows, runit and dmg. Not sure if I am missing a step or doing something wrong.

Thanks for this great project though : ).

Vagrant up fails

$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
There are errors in the configuration of this machine. Please fix
the following errors and try again:

vm:

  • The following settings don't exist: host_name

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.