傳字符串參數(shù)到命令行
Bundle para= InstrumentationRegistry.getArguments(); instrument.sendStatus(999955599,para); 這個只能傳Int的值 怎么傳字符串呢? 就是傳到命令行 從命行取出返回值 我弄了好久沒解決這問題。
Bundle para= InstrumentationRegistry.getArguments(); instrument.sendStatus(999955599,para); 這個只能傳Int的值 怎么傳字符串呢? 就是傳到命令行 從命行取出返回值 我弄了好久沒解決這問題。
舉報