Skip to main content

All Questions

Tagged with
-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/...
Kowal's user avatar
  • 11
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 ...
ZP007's user avatar
  • 642
-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 ...
Luciano Rodríguez's user avatar
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 ...
ephtron's user avatar
  • 1,125
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 ...
Raddino's user avatar
  • 185
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 ...
David Wood's user avatar
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 ...
androidevil's user avatar
  • 9,171
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 ...
Rob's user avatar
  • 2,786