腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
所有
android
支持库都必须使用相同的版本规范。
、
、
我不知道我哪里出了问题,但这让我不停地说我的build.gradle是 apply plu
浏览 5
提问于2017-04-09
得票数 2
回答已采纳
1
回答
在升级gradle插件获取java.lang.NoSuchMethodError时
、
一旦我将我的
android
gradle插件升级到我的HomeScreenActivity:1537)
浏览 2
提问于2016-08-22
得票数 0
1
回答
为x86
android
设备配置梯度中的Scrypt
、
、
.*\.jar$</excludeJarResource> 在我的
android
-maven插件配置中。或者,也有人建议用NDK
编译
Scrypt本机库,但我不知道如何做到这一点。
浏览 1
提问于2015-06-08
得票数 2
回答已采纳
1
回答
在Xamarin.Forms中创建新项目时出错
、
我刚刚安装了Xamarin并创建了一个简单的新项目。在刚刚创建项目后,我得到的错误如下:有什么问题吗?
浏览 4
提问于2018-01-19
得票数 0
1
回答
React原住民:不幸的是,这个应用程序已经在
Android
上停止了。
这是我的逻辑猫: 11-26 21:37:47.795 4061 4061 D ReactNative: [CodePush] Loading JS bundle from "assets://index.
android
.bundle
浏览 0
提问于2018-11-27
得票数 2
2
回答
如何在
Android
上配置Jetty应用程序以接受JSP?
、
、
、
当我在Androäd上部署一个war on jetty应用程序时,我得到了这样的消息:Problem accessing /index.jsp. JSP support not configured
浏览 1
提问于2016-10-21
得票数 0
1
回答
突然无法构建
android
studio项目错误:无法访问zzbcc
、
、
'libs',包括:'*.jar') {排除组:'com.
android
.support',模块:‘support’})
编译
'com.facebook.
android
:facebook-
android
-sdk:[4,5)‘
编译
'com.onesignal:OneSignal:3.6.2,3.99.99‘
编译
’com.github.pinbal83:掩码-编辑文本:1.0.3‘
编译
'
浏览 3
提问于2017-12-15
得票数 1
1
回答
调整Google服务降级后的依赖关系
、
、
我应该
编译
什么而不是:compile 'com.google.
android
.gms:play-services-maps:9.0.2'compile 'com.google.
android
.gms我现在正
浏览 2
提问于2016-06-25
得票数 0
回答已采纳
1
回答
::app:transformClassesWithJarMergingForDebug失败(不使用jsonpath)
、
、
在为模拟器v4.1.1
编译
我的
android
项目时,我得到了下面的错误。我也无法生成一个apk。下面是错误和我的gradle文件。:24.0.0'compile 'com.facebook.
android
:facebook-
android
-sdk:play-services:9.0.2' compile 'com.github.kanytu:
andr
浏览 1
提问于2016-06-26
得票数 0
回答已采纳
1
回答
无法解析mixpanel -迁移到
Android
Studio后
、
、
、
我试着迁移到
Android
Studio。当我使用mixpanel项目作为库时,它可以工作,但当我删除该文件夹并添加到build.gradle中时:compile 'com.google.
android
.gms:play-services:3.1+'import com.mixpanel.
android
.mpmetrics.MixpanelA
浏览 0
提问于2016-04-17
得票数 2
2
回答
Android
应用程序停留在白色空白屏幕上,看起来像是Facebook
Android
4.36.0版
、
、
、
几天前(2018年8月31日早上),所有的东西都很完美,突然之间,这个应用程序被白色的空白屏幕卡住了。我对它做了一些调试和搜索。并发现我的应用程序甚至没有打开启动屏幕,我在logcat中得到的全部信息是:com.facebook.internal.AttributionIdentifiers: getAttributionIdentifiers不应该从主线程调用。如果我删除了Facebook,它就能正常工作,但不能与它一起工作。
浏览 2
提问于2018-09-04
得票数 4
1
回答
编译
Android
、
、
我刚接触安卓系统,刚刚写了这个程序,但我在尝试
编译
它的时候遇到了无数的错误private static final ComponentName LAUNCHER_COMPONENT_NAME = new ComponentName( public static
浏览 0
提问于2018-10-23
得票数 0
1
回答
在Flash Builder 4.5中,有没有办法知道我在
编译
时在哪个平台(
android
或iOs)上构建项目?
、
、
、
、
而不是每次
编译
时手动更改它,我想要找到一种方法来让FB知道在每个构建中包含哪个类。
浏览 2
提问于2011-08-28
得票数 2
回答已采纳
1
回答
android
编译
、
我正在尝试
编译
android
源代码v2.3.4。当我给出"make -j32“时,我得到了这样的结果。我使用的是fedora 14(32位)。如何在32位操作系统上
编译
android
源代码? 谢谢你Rajendra
浏览 1
提问于2012-09-17
得票数 0
2
回答
所有的React Native
编译
类文件都在哪里?
、
、
、
在我反
编译
生成的
Android
文件之后,我只找到了两个classes.dex类。如果我没记错,React Native会把你的组件
编译
成原生
Android
类,那么这些屏幕上的
Android
类在哪里呢?请注意: APK捆绑正确,因为它在
Android
设备上运行良好。我还运行了以下命令来创建APK: react-native bundle --platform
android
--dev false --entry-file index.js \--bundle
浏览 14
提问于2020-11-04
得票数 1
1
回答
错误:找不到facebook-places.jar
、
我在我的项目中使用了facebook,它工作得很好,突然,它没有
编译
并显示这个错误。错误:找不到facebook-placees.jar (com.facebook.
android
:facebook-places:4.27.0).在以下位置搜索:
编译
'com.facebook.
android
:facebook-
android
-sdk:4.+‘
浏览 2
提问于2017-10-02
得票数 1
回答已采纳
3
回答
无法在安卓JellyBean上构建hello world内核模块
、
、
我正在尝试在
Android
JellyBean上构建一个简单的内核模块。= ~/
android
/kernelCROSS_COMPILE=~/
android
/prebuilt/linux-x86/toolchain/arm-eabi-WARNING: Symbol version dump /home/test/
android
/kernel/Module.symve
浏览 1
提问于2013-01-18
得票数 2
回答已采纳
1
回答
cocos2d-x
android
编译
错误
我需要将我的代码
编译
成
android
,所以我使用linux系统来运行./build_native.sh。: libcpufeatures.a/myData/Data/JAVA/adt-bundle-linux-x86_64-20130717/
android
-ndk-r8e1 make: Leaving directory `/myData/Workspace/C++/cocos2d-2
浏览 2
提问于2013-07-21
得票数 1
回答已采纳
2
回答
错误:任务':app:transformClassesWithJarMergingForDebug'on facebook accesstoken.class执行失败
、
'com.
android
.support:appcompat-v7:23.1.1’
编译
文件(‘libs/files 210.jar’)
编译
文件(‘libs/eventbus-2.4.0.jar’)
编译
文件(‘libs/picasso-2.5.2.jar’)
编译
项目(‘:PayPalAndroidSDK2.12.4’)
编译
'com.google.
android
.gms:play-服务-钱包:8.4.0‘
编译</em
浏览 1
提问于2018-02-19
得票数 0
1
回答
Android
-如何在Windows上构建本机库并在
Android
中使用
、
、
、
看来,为了在
Android
上使用原生C库,需要将其
编译
到.so和.a库文件中。你在Windows上是怎么做到的?似乎只能
编译
.lib和.dll文件。这是否意味着你不能在Windows上使用NDK进行
Android
开发?
浏览 1
提问于2018-09-16
得票数 1
回答已采纳
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
云点播
对象存储
即时通信 IM
活动推荐
运营活动
广告
关闭
领券