我在我的应用程序中使用Google MobileVision TextRecogniser API从捕获的图像中读取文本。但我每次都会出错。com.google.android.gms.vision.dynamite.text:0
W/DynamiteModule: Local module descriptor class for com.google.android.gms.
我有一个正则表达式工作,而我想匹配'android‘,而不是’移动‘但如果字符串是这样的模式-“我的-定制-android”,我不希望这与我的正则表达式有任何匹配。For example, "my-custom-android some thing else" should not have a match with the regex.**我正在寻找