星空
星空
clipy + search = perfect
+10086
the same problem on android n. The new view's mAttachInfo == null, so the click not perform. The code in VIew.java: public boolean post(Runnable action) { final AttachInfo attachInfo =...
@borisbrodski , I test the library on Mi Note, android os 4.4.4 and It not work. I test it like this: 1.use those libs sevenzipjbinding.jar sevenzipjbinding-Linux-arm.jar 2. ``` try {...
@borisbrodski ,I do it like this: ``` System.load(Environment.getExternalStorageDirectory() + "/Download/lib7-Zip-JBinding.so"); SevenZip.initLoadedLibraries(); System.out.println("7-Zip-JBinding library was initialized"); ``` but it has err: ``` 12-09 16:11:40.834 2853-2853/com.example.lz.myunrar E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.lz.myunrar,...
@NatsumeReiko ,how to goto fullscreen when click the item of the listview? Do you have any idea?