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

Impossible to import the project in gradle. Error Code: -1073741819 #183

Closed
ChristopheVersieux opened this issue Apr 24, 2015 · 7 comments
Closed

Comments

@ChristopheVersieux
Copy link

Hello,

I just added the project into Android studio, like many other libs with this line:

compile 'com.getbase:floatingactionbutton:1.9.0'

Error:Execution failed for task ':app:processDebugResources'.

com.android.ide.common.internal.LoggedErrorException: Failed to run command:
C:\Program Files (x86)\Android\sdk\build-tools\android-4.4W\aapt.exe package -f --no-crunch -I C:\Program Files (x86)\Android\sdk\platforms\android-21\android.jar -M C:\Users\MyApp\Google Drive\AndroidStudioProjects\MyApp\app\build\intermediates\manifests\full\debug\AndroidManifest.xml -S C:\Users\MyApp\Google Drive\AndroidStudioProjects\MyApp\app\build\intermediates\res\debug -A C:\Users\MyApp\Google Drive\AndroidStudioProjects\MyApp\app\build\intermediates\assets\debug -m -J C:\Users\MyApp\Google Drive\AndroidStudioProjects\MyApp\app\build\generated\source\r\debug -F C:\Users\MyApp\Google Drive\AndroidStudioProjects\MyApp\app\build\intermediates\res\resources-debug.ap_ --debug-mode --custom-package com.MyApp.MyApps -0 apk --output-text-symbols C:\Users\MyApp\Google Drive\AndroidStudioProjects\MyApp\app\build\intermediates\symbols\debug
Error Code:
-1073741819

Any idea what could be wrong? Other libs are imported without any issue

@KReguieg
Copy link

Hi,

I had to use this
compile 'com.android.support:appcompat-v7:22.0.0'
in my dependencies, do you use it?

@ChristopheVersieux
Copy link
Author

I tried to import appcompat-v7:22.0.0 instead of 22.1.0 but this doesn't change anything.

Really strange, because it seems I am the only one to have this issue and usually import a lot of libs without issue..

@ktalmeida
Copy link

Also having this issue, tried to clone this repository and import it using compile project(), no success.

@vimoxshah
Copy link

i have same issue.but i can not solve t.please any one have solution than tell.what should i do?

@mallorente
Copy link

I have the same issue. Finally I have switched to a differen FAB implementation.

@chalup
Copy link
Contributor

chalup commented May 27, 2015

Can you post your build.gradle as a gist and add link it here?

@chalup
Copy link
Contributor

chalup commented Jun 30, 2015

No response, closing.

@chalup chalup closed this as completed Jun 30, 2015
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

6 participants