ANE报错fix:Could not generate timestamp: Connection reset.

如果你打包ANE时候 报了:Could not generate timestamp: Connection reset.

那么很有可能你用了JDK 1.8.

解决方案一

退回到 JDK 1.7,重新打包。

解决方案二

1.如果你用adt 命令行打包,你需要加上 :

-tsa "http://sha256timestamp.ws.symantec.com/sha256/timestamp"

  样例:

"/Users/zhi.zhuang/Documents/AirSDK/bin/adt"  -package -storetype pkcs12 -keystore 888888.p12 -storepass 888888 -tsa "http://sha256timestamp.ws.symantec.com/sha256/timestamp" -target ane nysdk.ane extension.xml -swc ANELbPro.swc -platform  Android-ARM -platformoptions platformoptions.xml -C Android-ARM .

2.如果你用ant打包,你需要加上: 

 <arg value="-tsa" />
 <arg value="http://sha256timestamp.ws.symantec.com/sha256/timestamp" />

相关链接:

https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000173904-AIR-Packaging-Fails

http://blogs.adobe.com/flashplayer/2017/03/fixing-timestamp-error-packaging-desktop-air-app.html#sthash.lBB6gTCb.dpbs

http://stackoverflow.com/questions/43555116/could-not-generate-timestamp-connection-reset

 

时间: 2024-11-06 03:28:24

ANE报错fix:Could not generate timestamp: Connection reset.的相关文章

CentOS7 yum的一次报错&quot; 14: curl#56 - &quot;Recv failure: Connection reset by peer&quot; &quot;

1.故障现象 [[email protected] src]# yum update Loaded plugins: fastestmirror, langpacks Could not retrieve mirrorlist   7&arch=x86_64&repo=os&infra=stock error was 14: curl#56 - "Recv failure: Connection reset by peer" One of the configu

CentOS7使用ssh不能登录,报错:Read from socket failed: Connection reset by peer

使用xshell登录CentOS7,不能登录,使用另外一台Linux主机,telent 22端口是同的,ssh连接报以下错误: Read from socket failed: Connection reset by peer 查看不能登录主机的日志 # cat /var/log/messages Dec 15 19:38:27 localhost dbus-daemon: dbus[874]: [system] Successfully activated service 'org.freed

JDBC报错 消息 Could not get JDBC Connection; nested exception is java.sql.SQLException: Unknown system variable &#39;tx_isolation&#39;

今天用JDBCTemplate时,发现启动服务器之后报错: Could not get JDBC Connection; nested exception is java.sql.SQLException: Unknown system variable 'tx_isolation'. 网上说是因为MySQL版本过高的问题,我的MySQL版本是8.0,里面已经没有tx_isolation,变成了transaction_isolation,用了以下几种解决方法: (1)更改MySQL  无效,仍然

MySQL报错:ERROR 2013 (HY000): Lost connection to MySQL server during query

首先贴上实验用各版本: OS:CentOS 6.5 MySQL: mysql> select version ();+------------+| version () |+------------+| 5.6.22     |+------------+1 row in set (0.00 sec) 事情是这样的:本来是要在虚机上搭建一个wordpress做实验,刚创建完数据库,就在赋权额时候发生不在计划的错误: mysql>grant all on wordpress.* to [emai

eclipse报错: Could not generate secret

在调用微信接口时,出现一个错误: 一直以为是接口调用问题,经多方查询和尝试解决,最后找到根源: edit-->使用default就可以了. 原因: 在eclipse中运行时,把签名信息给去掉了. 原文地址:https://www.cnblogs.com/angin-iit/p/8891717.html

FTP上传文件,报错java.net.SocketException: Software caused connection abort: recv failed

FTP上传功能,使用之前写的代码,一直上传都没有问题,今天突然报这个错误: java.net.SocketException: Software caused connection abort: recv failed at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketInputStream.java:152) at java.net.SocketIn

今天碰到报错 Data source rejected establishment of connection, message from server: &quot;Too many connections&quot;

字面上理解是太多连接,但是没有关闭.  百度了一下,说是因为连接打开太多,端口连接满了.去看mysql服务的占用端口 然后我把XML的默认端口改成就好了, 开始我直接写的是这个,估计要改一下端口才行.可以试试,具体有待探究.

git ssh-add 报错 ssh-add Could not open a connection to your authentication agent

$ ssh-add ~/.ssh/id_rsa.pub Could not open a connection to your authentication agent. 启动ssh-agent服务 eval `ssh-agent -s` 再运行 $ ssh-add Identity added: /c/Users/name/.ssh/id_rsa (/c/Users/name/.ssh/id_rsa) 参考链接:http://stackoverflow.com/questions/178465

eclipse的TestNG报错java.net.SocketException: Software caused connection abort: socket write error&quot;

最近整了一个自动化项目,需要用到testng,安装的最新版本6.11.0老是提示错误java.net.SocketException: Software caused connection abort: socket write error" 百度了半天终于解决了,具体方法如下: 1,卸载eclipse中原安装的6.11.0版本 2,安装指定的版本6.8.22: 输入指定的版本地址安装.http://beust.com/eclipse-old/eclipse_6.8.22.20150507032