Brian Yan

Results 9 comments of Brian Yan

@arriolac, I hope you can assign this issue to me, I will directly add the `build` workflow in `Build.yaml` to build the `app-nia-catalog` module. However, there is a question about...

I think the reason should be that two DataStore's writing at the same time, one of the renames seems to be failing, because the file no longer exists. I think...

Learn from your previous Issue, I just run the test application that is included in the folder app-test, but it still was error.

Yeah, there is file aes.log in the directory /data/data/com.example.aes/, and the content is: [decrypted: The quick brown fox jumps over the lazy dog]

I created the emulator manually and did not use the method in the README, so there is no android-emu directory in my root directory. I didn't execute these commands in...

Okay, thanks for your reply, I will try your method first, and then tell you the result of my attempt

> Yes, you can run apps downloaded from the Google Play Store. If an app fails because of missing libraries, it might not be possible to run it on the...

> Traceback (most recent call last): File "demo.py", line 6, in import caffe File "/home/dong/work/caffe/python/caffe/**init**.py", line 1, in from .pycaffe import Net, SGDSolver, NesterovSolver, AdaGradSolver, RMSPropSolver, AdaDeltaSolver, AdamSolver, NCCL, Timer...

The package after the from keyword is a large package, and the package after the import keyword is included in the former. You can choose to download the package after...