[root@MSJTVL-MJSP-A01 sm01]# vim /etc/rc.d/rc.local #!/bin/sh # # This script will be executed *after* all the other init scripts. # You can put your own initialization stuff in here if you don't # want to do the full Sys V style init stuff. touch /v
报错信息: AndroidJavaException: java.lang.NoSuchMethodError: no non-static method with name='InstallApk' signature='(Ljava/lang/String;)V' in class Ljava.lang.Object; 原因: 这是因为在unity中没有找到指定非静态方法导致的,与java代码中方法名不一致