hi all.
I have a big problem.
I have created a game and this work very well when i export apk unsigned.
Now i want sign this apk but unity don’t sign it and i have this errors:
1)Installation failed with the following output:
pkg: /data/local/tmp/Package.apk
Failure [INSTALL_PARSE_FAILED_NO_CERTIFICATES]
4271 KB/s (18671303 bytes in 4.268s)
UnityEngine.Debug:LogError(Object)
PostProcessAndroidPlayer:UploadAndStartPlayer(String, String, String, String, String, Boolean, Boolean, Boolean) (at C:/BuildAgent/work/14194e8ce88cdf47/Editor/Mono/BuildPipeline/PostProcessAndroidPlayer.cs:883)
PostProcessAndroidPlayer:PostProcess(BuildTarget, String, String, String, String, String, String, BuildOptions) (at C:/BuildAgent/work/14194e8ce88cdf47/Editor/Mono/BuildPipeline/PostProcessAndroidPlayer.cs:465)
UnityEditor.HostView:OnGUI()
2)Error building Player: UnityException: Unable to install APK!
Installation failed. See the Console for details.
I have downgrade my jdk (1.7 ==> 1.6.0) but this don’t work.
Any advice??
plz help me