11:13 2017/3/14
1, installation problem: The JDK must correspond to the number of eclipse bits, 32-bit to 64-bit will appear Java was returned .... code 13 bullet Box error.
The version number can be inconsistent.
After the 2,eclipse is started, the JRE path needs to be set, otherwise the code hints incorrectly.
3, Smart tip problem: Set under Window-preference-java-editor. abcdefghijklmnopqrstuvwxyz
17:05 2017/3/17
The CyberLink SDK accesses the unity process:
1, Import Unity Class package Classes.jar, put in the Android project bin or Lib directory can be, the difference is: Put in the Lib directory, do not do any action. and put it in the bin directory
also need to right-click Add to BuildPath
2, write the class that inherits from Unityplayeractive, call the message fly voice, set the corresponding parameter.
3, adding permissions in Androidmanifest.xml
4, Export the JAR package: Right-click Src,export,jar, select the storage path, complete.
5, the exported jar package is placed in the Unity directory: Assets/plugins/android/bin, folder first letter case can be.
6, from the Libs folder in the Flight SDK to copy Msc.jar, Armeabi-v7a.jar, X86.jar to Assets/plugins/android/libs
Note that only these few, other mip,mip64 and the like are not required, if the test came in unity packaging will prompt errors, indicating repetition.
put the androidmanifest.xml into the Unity/plugins/android/
7,player Settings Set Identifier to package name, then unity package, otherwise run an error,
UNITY Answering Fly Voice process summary