小编Nic*_*rne的帖子

Android Google Admob:未找到Google Play服务资源

我正在尝试使用Google Mobile Adds SDK.

我在此处遵循了指南:https://developers.google.com/mobile-ads-sdk/docs/#play但在运行程序时出现了一些错误.

广告似乎正在运行,但我收到以下错误(每次加载广告时似乎发生了3次):

GooglePlayServicesUtil: The Google Play services resources were not found. Check your project configuration to ensure that the resources are included.
Run Code Online (Sandbox Code Playgroud)

我导入了google_play_services-lib并且无法解决此问题.

如果我在不使用测试设备的情况下运行广告,我也会多次出现警告:

PicturePileLayerContent: Warning: painting PicturePile without content!
Run Code Online (Sandbox Code Playgroud)

android admob google-play-services

10
推荐指数
1
解决办法
6676
查看次数

交叉编译Arm armv5tejl

我正在尝试为linux系统交叉编译一个简单的hello world程序。

我有以下信息:

uname -a
Linux (none) 2.6.32.28 #130 PREEMPT Mon Feb 18 13:54:18 CST 2013 armv5tejl GNU/Linux

cat /proc/cpuinfo
Processor       : ARM926EJ-S rev 5 (v5l)
BogoMIPS        : 421.06 
Features        : swp half fastmult edsp java
CPU implementer : 0x41
CPU architecture: 5TEJ
CPU variant     : 0x0
CPU part        : 0x926
CPU revision    : 5

Hardware        : KeyASIC Ka2000 EVM
Revision        : 0000
Serial          : 0000000000000000
Run Code Online (Sandbox Code Playgroud)

我想知道如何对该系统进行交叉编译。我尝试了以下方法:

  • arm-linux-gnueabi-gcc helloworld.c -march = armv5 -o helloworld
  • arm-linux-gnueabi-gcc helloworld.c -mcpu = arm926ej-s -o …

linux gcc arm compilation

5
推荐指数
1
解决办法
7315
查看次数

标签 统计

admob ×1

android ×1

arm ×1

compilation ×1

gcc ×1

google-play-services ×1

linux ×1