Home > Blockchain >  Exception is in the round blue line in Android Studio
Exception is in the round blue line in Android Studio

Time:09-30

Exception is in the round blue line.

1

CodePudding user response:

I think your mistake is on Line 12, where you're passing a double as a key to look up a value for. Change it to map['unitPrice'] = unitePrice;

  • Related