-
Notifications
You must be signed in to change notification settings - Fork 31
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
Can't import the project to Android Studio #2
Comments
|
@fernandodev Why does it occur? Doesn't Android-Studio suppose to get everything on its own? Anyway, about the steps:
android {
} dependencies { 4.How? I don't have it in the paths, so I can't reach it: Can't Android Studio compile the project on its own? I miss Eclipse... :( |
@AndroidDeveloperLB sorry. I already have installed Gradle. But you can use I haven't tried to import using Android Studio or Eclipse. But I believe that after changes in |
Can you please update the library so that we could try it out without special steps? |
I submited a pull request #5 it works on my android studio nicely now just import it |
@joevo2 Now I get this weird error: |
I think something to do with github.com just now I experienced that too on its site maybe you try again? Or download it as zip? I meant my fork? |
@joevo2 How do I get the fork you've made? |
Let me know if it works or not :) |
@joevo2 It works (by taking the zip file). But is it just a list of images and labels? |
It display recyler view and card view? Lol! This is the source code for a tutorial in the owners website. It shows as card view right? |
yes, but I expected something more . :) |
You are welcome 😛 |
I get this error:
Error:Android Source Generator: [app] AndroidManifest.xml file not found
I've tried updating Android Studio to v0.8.14 and it still doesn't work.
Not only that, but when importing, it doesn't show any source files:
What's going on?
The text was updated successfully, but these errors were encountered: