博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
aspectj pointcut 找不到类型pointcut cannot be resolved to a type
阅读量:6209 次
发布时间:2019-06-21

本文共 958 字,大约阅读时间需要 3 分钟。

引入了aspectJ后,文件提示找不到pointcut类型。修改如下:

.project文件添加内容,红色字体为添加的引用

<?xml version="1.0" encoding="UTF-8"?>

<projectDescription>
<name>ggyx_mobile</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>com.android.ide.eclipse.adt.ResourceManagerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.PreCompilerBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.android.ide.eclipse.adt.ApkBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.ajdt.core.ajbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>com.android.ide.eclipse.adt.AndroidNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.ajdt.ui.ajnature</nature>
</natures>
</projectDescription>

转载地址:http://ulbja.baihongyu.com/

你可能感兴趣的文章
【leetcode】Shortest Palindrome(hard)★
查看>>
通过HTTP协议实现多线程下载
查看>>
java object 转为 json
查看>>
基于XMPP协议的手机多方多端即时通讯方案
查看>>
[Git] 快速签出与更新所有远程分支.md
查看>>
unity, copy-paste component
查看>>
多条件筛选的实现
查看>>
delete table 和 truncate table
查看>>
Linux游(1): diff, patch和quilt (下一个)
查看>>
background-size 导致的背景不居中问题
查看>>
css3学习总结8--CSS3 3D转换
查看>>
linux命令合集
查看>>
Robot framework+python安装使用图解版
查看>>
git忽略特殊文件
查看>>
【Spring学习笔记-MVC-3.1】SpringMVC返回Json数据-方式1-扩展
查看>>
LDA-math-神奇的Gamma函数
查看>>
FlexBuilder远程调试WEB应用
查看>>
python gzip 压缩文件
查看>>
IIS7部署项目时提示:"错误消息 401.2。: 未经授权: 服务器配置导致登录失败。"的解决办法...
查看>>
Sublime text 2/3 中 Package Control 的安装与使用方法
查看>>