腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
使用
setup
AndroidAnnotations
的
问题
、
我试着在
AndroidAnnotations
上写。我都是按照说明编写
的
,但是当我编译这段简单
的
代码时 import androidx.appcompat.app.AppCompatActivity; dependencies { annotationProcessor "org.
androidannotations
:<
浏览 27
提问于2019-09-30
得票数 0
回答已采纳
1
回答
升级后gradle :程序类型已存在: net.jcip.annotations.GuardedBy
、
、
appcompat-v7:28.0.0'implementation ("org.
androidannotations
:
androidannotations
:$AAVersion") implementation ("org.
androidannotations
:
androidannotations
-api:$AAVersionplay-serv
浏览 24
提问于2019-03-26
得票数 0
2
回答
如何解决这个'_‘可能不是有效
的
Java标识符
、
(org.
androidannotations
:
androidannotations
:4.4.0).true文件中设置实验特性标志gradle.properties,以便在一个单独
的
任务中运行注释处理,并使编译递增。注意:一些输入文件
使用
或覆盖了不推荐
的
API。注意:有关详细信息,请
使用
-Xlint:deprecation重新编译。java.lang.IllegalArgumentException:'_‘可能不是有效
的
_标识符。 尝试:
使用</em
浏览 1
提问于2022-01-11
得票数 0
1
回答
用AndroidAnnotation EBean测试JUnit
、
、
我想测试我
的
@EBean注释类: super.
setUp
(); mApi = Api_.getInstanceWarning:java: /Users/*****/api/Api.class: warning: Can
浏览 2
提问于2014-06-10
得票数 0
回答已采纳
2
回答
安卓+
AndroidAnnotations
REST
、
、
我正在尝试用
AndroidAnnotations
创建一个简单
的
学习项目,它可以处理REST调用。我遵守了本教程。 build.gradledef AAVersion = '4.3.0' annotationProcessor"org.
androidannotat
浏览 2
提问于2017-06-03
得票数 1
回答已采纳
1
回答
Android构建错误:(65,0) gradle DSL方法未找到:‘编译()’
、
、
、
、
当我尝试同步我
的
项目时,我得到了以下构建错误: 错误:(65,0) Gradle DSL方法找不到:“arcane_rider()”可能
的
原因:项目'testCompile‘可能
使用
的
是不包含该方法
的
将插件升级到2.3.3版本,并同步项目'arcane_rider‘可能
使用
的
是不包含该方法
的
Gradle版本。打开Gradle包装文件,构建文件可能缺少一个Gradle插件。如果
使用
NDK,请验证ndk.dir设置为
浏览 4
提问于2017-09-01
得票数 1
回答已采纳
1
回答
有没有可能在scala sbt构建工具中
使用
蝶形刀?
、
、
、
我想知道拥有注释处理器
的
ButterKnife框架是否可以与scala sbt一起工作?
浏览 0
提问于2017-07-18
得票数 0
2
回答
安卓演播室中
的
安卓注释-不能访问Activity_?
、
、
、
、
如何
使用
Android Annotations添加Android Studio有几种解决方案。这一次,我只是通过接口添加了它。它显示了像@EActivity这样
的
所有注释,但是它不访问生成
的
类ActivityName_。编辑:<?com.android.application'def AAVersion = '3.1' depen
浏览 7
提问于2015-01-13
得票数 0
2
回答
AndroidAnnotations
在Scala和Gradle中
的
应用
、
、
、
、
有可能在Scala编程语言和Gradle构建系统中
使用
AndroidAnnotations
吗?当我试图将
AndroidAnnotations
集成到我现有的Android/Scala/Gradle项目中时,编译就会失败,因为无法找到生成
的
下划线类(例如MyActivity_)。以下是一些有用
的
起点和参考资料: (2010-01-06) (2010-01-27) (2011-07-28) (2010?) (2010-09-05) (2011-06-22)
浏览 1
提问于2011-09-17
得票数 7
回答已采纳
2
回答
Activity_不是抽象
的
,并且不会重写HasViews中
的
抽象方法findViewById(int
、
、
我正在
使用
androidannotations
注解我
的
项目工作正常,但是当我添加了条带gradle条目时 compile'com.strip
浏览 0
提问于2018-01-15
得票数 2
2
回答
Android项目+ Eclipse +注释处理
、
、
、
有人知道如何在Android项目中启用Eclipse中
的
注释处理吗?我做了以下工作: 有人能帮我吗?谢谢
浏览 2
提问于2012-08-03
得票数 3
回答已采纳
1
回答
如何调整
AndroidAnnotations
3.x兼容
的
ORMLite代码用于
AndroidAnnotations
4.0.0
、
、
我正在尝试从
AndroidAnnotations
3.3.2升级到4.0.0版本,并且在升级后让ORMLite工作有
问题
。(Es)与
AndroidAnnotations
3.3.2完美地工作在一起,如下所示:public class ContactDao extends BaseDaoImpl<Contact,
浏览 2
提问于2016-03-31
得票数 1
回答已采纳
2
回答
使用
ADT23
的
AndroidAnnotations
Eclipse配置
有人知道如何将
androidannotations
X.X.X-api.jar添加到上一个Eclipse ADT中
的
annnotaion处理中吗?
浏览 0
提问于2014-07-04
得票数 4
2
回答
安卓,领域,Gradle:错误:注释处理器: RealmProcessor未找到
、
、
Android Studio 2.3.3// Top-level build file where you can add configuration optionstask clean(type: Delete) {} mavenCentral()我
的
应用程序include: ['*.jar']) compile 'org.jetbrains.anko:
浏览 4
提问于2017-08-14
得票数 1
2
回答
Android注释设置
、
、
我试图在Android中
使用
AndroidAnnotations
。“相对于模块输出目录
的
存储生成源”和“相对于模块内容根存储生成源”之间有什么区别? 我搜索了Intellij手册,但一无所获。
浏览 6
提问于2015-05-19
得票数 0
2
回答
Android :移动到Android注解v.2.7后
的
sun.reflect.annotation.TypeNotPresentExceptionProxy
、
在迁移到Android注解v.2.7之后,我在eclipse中构建我
的
项目时遇到了
问题
,同时maven build也没
问题
。下面是来自eclipse错误日志
的
堆栈跟踪:Mon Nov 05 15:49:49 GMT+02:00 2012 Errors running builder 'Java Builder'
浏览 2
提问于2012-11-05
得票数 6
2
回答
安卓在AndroidStudio上
使用
gradle设置
AndroidAnnotations
不显示布局
、
、
我在android studio学习gradle和
AndroidAnnotations
框架。我
使用
android studio创建了一个新项目。然后我把关于
AndroidAnnotations
的
依赖项。libs', include: ['*.jar']) compile 'org.
androidann
浏览 1
提问于2015-06-27
得票数 0
1
回答
无法解析sharedPreferences
的
android批注
、
一切都已经解决了,但有一个
问题
让我纠结不已。我有一个sharedPreference接口,它是
使用
注解完成
的
String password(); boolean enabled();当我尝试像这样
使用
这个接口
浏览 7
提问于2019-09-18
得票数 0
3
回答
使用
Android Anotation构建maven时出现“错误:意外错误”
、
、
我在
使用
maven
使用
android anotations (v.2.6)构建项目时遇到了
问题
,而eclipse工作得很好。以下是一些项目和错误
的
详细信息:<plugin> <extensions>true</extensions>
浏览 2
提问于2012-11-03
得票数 0
回答已采纳
1
回答
Android注释在库项目中不起作用
、
、
、
我在库项目中
使用
Android注释框架,它不编译。当我添加任何注释时,它都会给出错误。我
使用
的
是AndroidStudio2.3,所以我没有
使用
Android插件,而是启用了Android设置中
的
注释处理器。compile "org.
androidannotations
:
androidannotations
-api:$AAVersion
浏览 0
提问于2017-03-15
得票数 1
点击加载更多
相关
资讯
playbook剧本中的模板与setup变量
数字芯片设计实现中修复setup违例的方法汇总
Laravel中Session 的使用问题
使用中常遇问题
电脑常见使用问题
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券