Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I can't import project! #11

Closed
tellfa opened this issue Mar 7, 2016 · 2 comments
Closed

I can't import project! #11

tellfa opened this issue Mar 7, 2016 · 2 comments

Comments

@tellfa
Copy link

tellfa commented Mar 7, 2016

Hi, thanks for this great project but i can't import this and show me this error 😞 please help me. i need this project for many tutorials.
error image :
17

How to fix it?

@stay4cold
Copy link

me too!!!

@iSoron
Copy link
Owner

iSoron commented Mar 7, 2016

After cloning the repository, you must also initialize and update the submodules. Here is the complete set of commands you need to run to fetch the source from GitHub and build the APK:

git clone https://github.com/iSoron/uhabits.git
cd uhabits
git submodule update --init
./gradlew assembleDebug

The APK will be located in app/build/outputs/apk/. I will add this to the README file.

@iSoron iSoron added the confirmed The developers have been able to confirm that the issue is valid label Mar 7, 2016
@iSoron iSoron closed this as completed in 4fb386b Mar 7, 2016
@iSoron iSoron added the meta label Mar 7, 2016
@iSoron iSoron added discussion and removed confirmed The developers have been able to confirm that the issue is valid meta labels Jun 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@iSoron @stay4cold @tellfa and others