我是Java新手。我写了这个程序,当我运行它时,总是给我答案 0.0
你能告诉我我做错了吗?
C:\Users\B\AppData\Local\Android\sdk\build-tools\26.0.1>aapt add -v `"C:\Users\B\Desktop\0.0.7.apk.zip" "C:\Users\B\Downloads\LE_ACT_3.mp4"`
ERROR: failed opening/creating 'C:\Users\B\Desktop\0.0.7.apk.zip' as Zip file
答案 0 :(得分:1)
...将if(opr == "add")
替换为if("add".equals(opr))
,您要检查字符串是否等于它们是同一个对象!