Skip to main content

Posts

Showing posts from March, 2024

How to Generate and use the ssh key on Gerrit, github.io, gitlab, and bitbucket.

 Details can be found here -

How to Fix Google Protobuf GeneratedMessageV3.isStringEmpty Symbol Not Found!

 error: cannot find symbol  if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(appId_))  {  ^ symbol: method isStringEmpty(Object) location: class GeneratedMessageV3    How to fix it? Details on the video.   Details can be found here.