Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android studio 集成后运行报 zip file is empty #147

Open
415192022 opened this issue Jan 11, 2019 · 13 comments
Open

android studio 集成后运行报 zip file is empty #147

415192022 opened this issue Jan 11, 2019 · 13 comments

Comments

@415192022
Copy link

android studio 集成后运行报 zip file is empty

@ghnor
Copy link

ghnor commented Jan 17, 2019

喜加一。一样的问题,请问你解决了吗

@415192022
Copy link
Author

喜加一。一样的问题,请问你解决了吗

放弃是最好的办法,你可以参考Hogo支持一下kotlin,直接集成AspectJ。

@buyiyun
Copy link

buyiyun commented Jan 18, 2019

同样的问题

@Lymmzy
Copy link

Lymmzy commented Jan 24, 2019

对应版本:

  • aspectjx:2.0.4
  • androidstudio3.2.1
  • android tools 3.2.1
  • gradle4.6

导致原因:

  • 新写的Pointcut有问题
  • 缓存问题

解决方法:

  1. 修改用问题的Pointcut
  2. 清除app内的build文件
  3. 清除C:\Users\用户名.AndroidStudio3.2.1\system\caches中的内容

备注:
Clean Project以及Invalidate Caches/Restart是不起作用的。项目更目录内的build可不删。

@hydraxman
Copy link

对应版本:

  • aspectjx:2.0.4
  • androidstudio3.2.1
  • android tools 3.2.1
  • gradle4.6

导致原因:

  • 新写的Pointcut有问题
  • 缓存问题

解决方法:

  1. 修改用问题的Pointcut
  2. 清除app内的build文件
  3. 清除C:\Users\用户名.AndroidStudio3.2.1\system\caches中的内容

备注:
Clean Project以及Invalidate Caches/Restart是不起作用的。项目更目录内的build可不删。

赞,有帮助!

@allen2peace
Copy link

对应版本:

  • aspectjx:2.0.4
  • androidstudio3.2.1
  • android tools 3.2.1
  • gradle4.6

导致原因:

  • 新写的Pointcut有问题
  • 缓存问题

解决方法:

  1. 修改用问题的Pointcut
  2. 清除app内的build文件
  3. 清除C:\Users\用户名.AndroidStudio3.2.1\system\caches中的内容

备注:
Clean Project以及Invalidate Caches/Restart是不起作用的。项目更目录内的build可不删。

是这个问题,Pointcut写错了 (⊙﹏⊙),改完之后好了

@carl1990
Copy link

我的是因为Pointcut写错了 (⊙﹏⊙),改完之后好了

@wanliang527
Copy link

加一,试了以下几种办法还是有问题,请问有解决的吗?
修改用问题的Pointcut
清除app内的build文件
清除C:\Users\用户名.AndroidStudio3.2.1\system\caches中的内容

@loveRose
Copy link

我也遇到了该问题。。。

@AttITuder
Copy link

对应版本:

  • aspectjx:2.0.4
  • androidstudio3.2.1
  • android tools 3.2.1
  • gradle4.6

导致原因:

  • 新写的Pointcut有问题
  • 缓存问题

解决方法:

  1. 修改用问题的Pointcut
  2. 清除app内的build文件
  3. 清除C:\Users\用户名.AndroidStudio3.2.1\system\caches中的内容

备注:
Clean Project以及Invalidate Caches/Restart是不起作用的。项目更目录内的build可不删。
赞👍,出现了同样的问题,检查发现确实是Pointcut有问题。

@ling9400
Copy link

对应版本:

  • aspectjx:2.0.4
  • androidstudio3.2.1
  • android tools 3.2.1
  • gradle4.6

导致原因:

  • 新写的Pointcut有问题
  • 缓存问题

解决方法:

  1. 修改用问题的Pointcut
  2. 清除app内的build文件
  3. 清除C:\Users\用户名.AndroidStudio3.2.1\system\caches中的内容

备注:
Clean Project以及Invalidate Caches/Restart是不起作用的。项目更目录内的build可不删。

是这个问题,Pointcut写错了 (⊙﹏⊙),改完之后好了

您好,我想知道你说的Pointcut写错了是什么意思? 是哪里写错了呢?很多人都说Pointcut写错了,但就是没有说明到底是怎么写错了

@xiejianchao
Copy link

对应版本:

  • aspectjx:2.0.4
  • androidstudio3.2.1
  • android tools 3.2.1
  • gradle4.6

导致原因:

  • 新写的Pointcut有问题
  • 缓存问题

解决方法:

  1. 修改用问题的Pointcut
  2. 清除app内的build文件
  3. 清除C:\Users\用户名.AndroidStudio3.2.1\system\caches中的内容

备注:
Clean Project以及Invalidate Caches/Restart是不起作用的。项目更目录内的build可不删。

是这个问题,Pointcut写错了 (⊙﹏⊙),改完之后好了

您好,我想知道你说的Pointcut写错了是什么意思? 是哪里写错了呢?很多人都说Pointcut写错了,但就是没有说明到底是怎么写错了

检查一下你的 execution 条件是不是写错了。

@StephenGiant
Copy link

我还没写pointcut呢 就报这个了 引入了支付宝sdk导致的 即使用了exclude ‘com.alipay’都不行

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests