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

Fixing #529 #565

Merged
Merged

Conversation

secondsun
Copy link
Contributor

This fixes the issues #530 is trying to fix but without breaking the provided jar workaround for IDEs

…d of appending a string to the created dependency
@secondsun
Copy link
Contributor Author

So the build is failing because Travis doesn't have API level 21 for the tic tac toe example. Everything else looks good though.

// Add the classes to the classpath
final Dependency dependency = createSystemScopeDependency( artifact, classesJar, "extracted" );

// Modify the classpath to use an extracted dex file. This will overwrite
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not using an extracted dex file though is it?
It's using the classes.jar from an unpacked aar lib.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. I'm used to the classes.dex in an apk. I'll fix the doc.

@JBirdVegas
Copy link

Works for our use cases. I'll close the other pull request if this is merged.

Thanks

william-ferguson-au added a commit that referenced this pull request Jan 17, 2015
Fixing #529

Thanks @secondsun 
This fixes a really annoying I have been having with IntelliJ which was being caused by the _extracted suffix.
@william-ferguson-au william-ferguson-au merged commit a6f11ba into simpligility:master Jan 17, 2015
@william-ferguson-au
Copy link
Contributor

NB this PR is required in order for the release-plugin to work also.

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

Successfully merging this pull request may close these issues.

3 participants