Slide puzzle source code in Java from sporksoft

Asked By 20 points N/A Posted on -
qa-featured

Hi, I am trying to run the slide puzzle source code in Java from sporksoft. One-time I fell into a trouble. There is a warning message appeared. The warning message is "Attribute minSdkVersion (3) is lower than the project target API level (8)"  How to solve this problem?

SHARE
Answered By 80 points N/A #171201

Slide puzzle source code in Java from sporksoft

qa-featured

Hello,

I hope my message find you well. The warning itself is self-explanatory. This warning means that you are using a higher API package than the version you are supporting. In order to fix that error you need to modify your java code and synchronize it with the API packages. I hope my response helped you in your problem

Regards

Related Questions