Giter Club home page Giter Club logo

dap-google-android-studio's People

Contributors

phracek avatar

Stargazers

 avatar

Watchers

 avatar  avatar

dap-google-android-studio's Issues

curl overwrites the package even if present or partially downloaded

I experienced some connection issues, so I decided to download the android studio packages manually by using the URL provided in the logs (that's a Good Thing). Little issue: when I proceeded to install android studio, the plugin started downloading again the android studio package, overwriting what I downloaded manually.

A more robust method for downloading may be preferred; in my case, replacing curl with wget into ~/.devassistant/assistants/crt/android-studio.yaml did the trick. In particular, I used wget -c to continue the download of a file if existing.

On a related issue, --progress-bar does not seem to be useful for tracking the progress (at least in the GUI).

Install under F24 failed

Tried to follow https://developer.fedoraproject.org/start/sw/mobile-app/mobile-devassistant.html.

[oliver@laptop android]$ da crt android-studio --name myandroid
INFO: Resolving RPM dependencies with DNF...
ERROR: Error resolving RPM dependencies with DNF: package ncurses-devel-6.0-5.20160116.fc24.i686 requires ncurses-libs(x86-32) = 6.0-5.20160116.fc24, but none of the providers can be installed.
package glibc-devel-2.23.1-7.fc24.i686 requires glibc = 2.23.1-7.fc24, but none of the providers can be installed

Workaround:

dnf install compat-libstdc++-296 compat-libstdc++-33 glibc libgcc nss-softokn-freebl libstdc++ ncurses-libs zlib-devel.i686 ncurses-devel.i686 ant

Discovered here http://stackoverflow.com/a/34568682. I don't know if all packages are required, but I assume all are necessary sooner or later for android development.

Not working on Fedora 23

I use DA to install Android studio, but it get stuck and not working.. here my debug logs
I waited 2 hours, but nothing happen..Can you check what is wrong?

Any plans to update it? Thanks very much for your work. :-)

DEBUG: YUMPackageManager not operational - can't import yum.
INFO: Checking for presence of ant...
DEBUG: rpm -q --whatprovides "ant"
DEBUG: no package provides ant
DEBUG: 1
INFO: Not found, will install
INFO: Checking for presence of glibc(x86-32)...
DEBUG: rpm -q --whatprovides "glibc(x86-32)"
DEBUG: no package provides glibc(x86-32)
DEBUG: 1
INFO: Not found, will install
INFO: Checking for presence of glibc-devel(x86-32)...
DEBUG: rpm -q --whatprovides "glibc-devel(x86-32)"
DEBUG: no package provides glibc-devel(x86-32)
DEBUG: 1
INFO: Not found, will install
INFO: Checking for presence of zlib-devel(x86-32)...
DEBUG: rpm -q --whatprovides "zlib-devel(x86-32)"
DEBUG: no package provides zlib-devel(x86-32)
DEBUG: 1
INFO: Not found, will install
INFO: Checking for presence of libstdc++(x86-32)...
DEBUG: rpm -q --whatprovides "libstdc++(x86-32)"
DEBUG: no package provides libstdc++(x86-32)
DEBUG: 1
INFO: Not found, will install
INFO: Checking for presence of ncurses-devel(x86-32)...
DEBUG: rpm -q --whatprovides "ncurses-devel(x86-32)"
DEBUG: no package provides ncurses-devel(x86-32)
DEBUG: 1
INFO: Not found, will install
INFO: Checking for presence of SDL(x86-32)...
DEBUG: rpm -q --whatprovides "SDL(x86-32)"
DEBUG: no package provides SDL(x86-32)
DEBUG: 1
INFO: Not found, will install
INFO: Checking for presence of libX11-devel(x86-32)...
DEBUG: rpm -q --whatprovides "libX11-devel(x86-32)"
DEBUG: no package provides libX11-devel(x86-32)
DEBUG: 1
INFO: Not found, will install
INFO: Checking for presence of libXrandr(x86-32)...
DEBUG: rpm -q --whatprovides "libXrandr(x86-32)"
DEBUG: no package provides libXrandr(x86-32)
DEBUG: 1
INFO: Not found, will install
INFO: Checking for presence of libXrender(x86-32)...
DEBUG: rpm -q --whatprovides "libXrender(x86-32)"
DEBUG: no package provides libXrender(x86-32)
DEBUG: 1
INFO: Not found, will install
INFO: Checking for presence of xz-libs(x86-32)...
DEBUG: rpm -q --whatprovides "xz-libs(x86-32)"
DEBUG: no package provides xz-libs(x86-32)
DEBUG: 1
INFO: Not found, will install
INFO: Checking for presence of libXxf86vm...
DEBUG: rpm -q --whatprovides "libXxf86vm"
DEBUG: libXxf86vm-1.1.4-2.fc23.x86_64
DEBUG: 0
INFO: Found libXxf86vm-1.1.4-2.fc23.x86_64
INFO: Checking for presence of libXdamage(x86-32)...
DEBUG: rpm -q --whatprovides "libXdamage(x86-32)"
DEBUG: no package provides libXdamage(x86-32)
DEBUG: 1
INFO: Not found, will install
INFO: Checking for presence of libXfixes(x86-32)...
DEBUG: rpm -q --whatprovides "libXfixes(x86-32)"
DEBUG: no package provides libXfixes(x86-32)
DEBUG: 1
INFO: Not found, will install
INFO: Checking for presence of android-tools...
DEBUG: rpm -q --whatprovides "android-tools"
DEBUG: no package provides android-tools
DEBUG: 1
INFO: Not found, will install
INFO: Resolving RPM dependencies with DNF...

ERROR: no such snippet: init_add_commit

DEBUG: cd "/home/msrb"
DEBUG: ls "/home/msrb/as-test"
DEBUG: ls: cannot access /home/msrb/as-test: No such file or directory
DEBUG: 2
DEBUG: mkdir -p "/home/msrb/as-test"
DEBUG: 0
INFO: Copy android template project to project destination
INFO: /home/msrb
INFO: cp -r /home/msrb/.devassistant/files/crt/android-studio/. "as-test"
DEBUG: 0
DEBUG: cd "as-test"
DEBUG: mv MyApplication.iml as-test.iml
DEBUG: 0
DEBUG: sed -i "s|MyApplication|as-test|" app/build/intermediates/incremental/mergeResources/debug/merger.xml
DEBUG: 0
DEBUG: sed -i "s|MyApplication|as-test|" app/build/intermediates/res/debug/values/values.xml
DEBUG: 0
DEBUG: sed -i "s|MyApplication|as-test|" app/src/main/res/values/strings.xml
DEBUG: 0
DEBUG: LC_ALL=C date '+%a %b %d %Y'
DEBUG: Wed Sep 02 2015
DEBUG: 0
DEBUG: git config user.name
DEBUG: Michal Srb
DEBUG: 0
DEBUG: git config user.email
DEBUG: [email protected]
DEBUG: 0
DEBUG: sed -i "s|Fri Mar 15 2013 UserName <user@host>|Wed Sep 02 2015 Michal Srb <[email protected]>|" android-studio.spec
DEBUG: 0
ERROR: no such snippet: init_add_commit

I think that the problem is caused by missing dependency on a "git" module.

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.