Lottie-android: No .git directory found!

Created on 2 May 2018  路  2Comments  路  Source: airbnb/lottie-android

Before opening a new issue:

  • Look through open and existing issues for duplicates.
  • Apply an appropriate label.

If this is a bug:

  • Attach your After Effects file. If you do not feel comfortable posting it on github, email
    it to [email protected]. There are 500 ways to do everything in After Effects that achieves the
    same visual effect so it is nearly impossible to reproduce your issue without the original After
    Effects file. Github doesn't allow you to attach a json or aep file directly so compress it and attach it as a zip file.

If this is a feature request:

  • Explain what feature you would like and why you need it. There are usually After Effects
    workarounds that we can provide in the meantime that achieve the same effect.
  • What version of Lottie did you test this on? Check the readme for the latest version and makes sure it hasn't been resolved.

Most helpful comment

Hi I solved this by going to the project root directory in the terminal and doing this :
git init
git add .
git commit -m "why do I have to do this?"

All 2 comments

Hi I solved this by going to the project root directory in the terminal and doing this :
git init
git add .
git commit -m "why do I have to do this?"

This helped me

git init
git add .
git commit -m "why do I have to do this?"

And then It asked me download build version tool 28. After downloading it. It worked.

Was this page helpful?
0 / 5 - 0 ratings