7

I'm trying to go through the Parse Mealspotting tutorial, but after adding the Parse library I'm getting weird errors. I've found other similar errors while googling, but nothing that has worked. Here's one. I also read to look at Adding the Support Libraries, but that didn't fix it.Here's what I'm seeing in Eclipse

Exact text is:

Multiple markers at this line - The type bolts.Task cannot be resolved. It is indirectly referenced from required .class files - The class file Task<?> contains a signature 'Ljava/util/Set<Lbolts/Task<*>.TaskCompletionSource;>;' ill-formed at position 30

I don't care about the support libraries or what devices the app will work on, all I want is for this to work so I can go through the tutorial. Has anyone dealt with this before?

I have also tried creating a project that only supports Kit Kat and removed the support libraries, but it's still throwing the same error.

2 Answers 2

28

Try to add the bolts-android-1.1.3 lib in your project. You can find it in the Parse SDK zip file.

Sign up to request clarification or add additional context in comments.

1 Comment

search bolts in your parse folder and add to your project
0

First, be sure that you have the Parse library in your lib folder.

I had the same problem and solved it by adding the bolts-android-1.1.3.jar (right click on your project properties and then java build path , tab libraries, add jars or externals jars) that i found in Parse-1.7.1.

Then clean your project and it should work.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.