amit-bhandari / AB-Music-Player

Lightweight Offline Music Player for Android
Apache License 2.0
83 stars 43 forks source link

When Trying To Add Some Features to This App . The Android Studio Shows Error #8

Closed IamJithendra closed 6 years ago

IamJithendra commented 6 years ago

on Trying to Add Some Features and Changes . the build with android studio shows as Error and The Build is Failing . How Can I Overcome This ?

Is This Build Passing or Failing ???

amit-bhandari commented 6 years ago

Hey Jithendra, last time I checked, build was passing. Please paste the error screenshot for me to have look at.

IamJithendra commented 6 years ago

capture-20180404-160527 capture-20180404-160613

These Are The Errors I am currently Experiencing

IamJithendra commented 6 years ago

@amit-bhandari Help Needed

amit-bhandari commented 6 years ago

Hey Jithendra, apologies for the delay, Been super busy last couple weekends. Will surely get back to you by today EOD.

amit-bhandari commented 6 years ago

I tried cloning the repository in my local and did build and everything worked great. I am using Android Studio 3.1, maybe you could try using same studio version as mine.

Or if you can't do that, try changing %d in "not_enough_reward_points_for_batch_lyrics" to %1$d and try with that.

Replace "not_enough_reward_points_for_batch_lyrics" with the string as below and give it a try. Let me know if it works for you

You do not seem to have enough Reward Points for downloading batch lyrics. If you choose to start batch lyrics download anyway, download will be skipped as soon as reward points are exhausted. \n\n Reward points you have : %1$d \n Reward points you need : %1$d
amit-bhandari commented 6 years ago

Ignore string provided above and try with this

You do not seem to have enough Reward Points for downloading batch lyrics. If you choose to start batch lyrics download anyway, download will be skipped as soon as reward points are exhausted. \n\n Reward points you have : %1$d \n Reward points you need : %2$d