All Questions
8 questions
-1
votes
1
answer
48
views
I need a command that redoes filter-repo
I needed to remove a video file that was 160mb a few commits ago, in the current commit it no longer existed, searching I found the following command git filter-repo --force --path myapp/app/src/main/...
0
votes
1
answer
1k
views
How to import, configure and run an existing project from GitHub in Android Studio
I downloaded a git project zip from: https://github.com/thoughtbot/expandable-recycler-view but I have trouble properly configure and run it in Android Studio.
I have a device configured in Android ...
-1
votes
1
answer
51
views
Similar apps with similar code and one project
Hi and first of all thanks in advance, i have a question related with project structure.
Imagine the following situation: we have 4 apps with mainly the same functionality. Let's call them A, B, C ...
0
votes
2
answers
2k
views
Android Studio: Cant run cloned github project with samples because I am missing a gradle
I cloned this repository from github and opened it as a new project.
The project view shows no gradle and I cant run the provided samples.
How can I create or add a gradle to the project and run the ...
0
votes
1
answer
866
views
Clean Android project on github
I was developing my app on PC and backuping my work on GitHub. I bought a new laptop so I wanted to use GitHub and work simultaneously on both devices. I tried to import project to Android Studio but ...
3
votes
2
answers
4k
views
Eclipse: How to import git project as library for Android Project which has to be pushed to Bitbucket
Sorry for the long title, here's the jist:
I have a android application project which I'm hosting on bitbucket.
There is a library on github I'd like to add as a dependency.
I'm unsure of
How to ...
0
votes
1
answer
858
views
How to fix my Android Project in Eclipse?
I've downloaded my project from the server in another PC, and imported it in Eclipse, but now it does note run.
I've already cleaned the project at Project menu, and fix the projet properties in ...
33
votes
5
answers
39k
views
Import existing Android project in Eclipse: no gen source folder?
I'm trying to import an android project into Eclipse (from Git, but I don't think it's relevant), and I can't run or compile it because I get these errors:
Android requires compiler compliance level ...