问题标签 [nexus-7]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - Android 4.2.2 adb can't find devices
With the new update to 4.2.2 to my Galaxy Nexus and Nexus 7, I can't find both my devices under adb
.
These are the steps I took:
- Updated to 4.2.2
- Updated ADT and SDK through the SDK Manager
- Checked ADB version, it's at 1.0.31
- Restarted PC and Tablet and Phone numerous times
When I run adb devices
, it's just blank. I have the same issue on Windows 8 and on Ubuntu 12.10, but on Ubuntu it shows my device and it says offline
.
Are there any other steps I can take?
android - 无法选择设备进行调试
我已经在 google Nexus 7 上将我的 android 版本从 4.1.1 更新到 4.2.2,(之前完美运行)之后不幸的是我无法调试我的应用程序,我可以在“Android 设备选择器”页面上看到我的设备,但我无法选择它,并且确定按钮未激活。我的 minsdk 版本是 12,在那个页面上写着“选择与 Target android 3.1 兼容的设备”!我正在 Motodev Studio 上开发,我正在为此工作几个小时,但我不知道是什么导致了这个问题,任何帮助,将不胜感激
android - Nexus 7 上的 dpi 错误
我在 Nexus 7 上的用户界面不正确。
我有带 mdpi 的 10" 平板电脑,我的 UI 还可以。但是在 7" nexus 7 上,所有图像和文本看起来都很大。
我处理了从 mdpi 到 tvdpi 的图像。现在,对我来说没问题。
但是,拥有 2 个具有相同图像的文件夹是否正确?如何解决这些问题?
java - Nexus 7 - different size of image set in code vs set in XML
I have simple ImageView in XML:
Now, if I reference that view in code and do:
My ImageView ends up being smaller since loaded image is smaller. I presume this has something to do with autoscaling that's done because of tvdpi of Nexus 7, but can anyone give me idea how I can fix this in a robus way that won't screw up things on other devices?
google-chrome - Nexus 7 和 HTML5 音频循环
我在使用 Chrome 的 Nexus 7 上循环播放音频标签时遇到问题。
循环在 Firefox 中有效。
有任何想法吗?
android - 如何在 Android (Nexus 7) 上显示不可缩放的网页
客户报告我在 Nexus 7 上的网页存在问题。Nexus 的本机分辨率为 1280x800,我需要在此设备(和其他机器人)上显示我的网页不可缩放,因此分辨率为 1280x800。
在问题报告之前,我有这个视口设置。
从日志中我知道 JS 检测到他的分辨率为 750x534,而我的 HTC EVO(本机分辨率 960x540)为 640x308。
比我将视口更改为
来源 http://developer.android.com/guide/webapps/targeting.html#ViewportDensity
和我的 HTC EVO 现在以 960x462 显示页面(ok nonzoom)但 Nexus 仍以 962x442 显示此页面
谢谢你的帮助
java - 当设备从开发 PC 上拔下时,Android bindService 在 4.0.4 上失败
我有两台设备(运行 4.0.4 的三星 Galaxy Tab 10 和运行 4.2.1 的 Nexus 7)。我正在编写的应用程序使用 bindService/unbindService 一个在同一个应用程序中编写的服务来处理数据的持续管理,而不管活动状态如何。连接到启用了 USB 调试的 PC 的仿真器/设备按预期工作。一旦我拔下设备并尝试独立运行应用程序,它就不会出错或退出或任何东西都不会绑定,所以我的登录按钮在绑定完成之前在我的应用程序中不起作用. 这个绑定永远不会完成,我不知道为什么。有没有其他人经历过这个?
eclipse - 在 Eclipse 中找不到 Nexus 7 的 storage/emulated/0/ 文件夹
Nexus 7、Ubuntu 12.04、Eclipse Juno
Nexus 7 已设置开发者模式。在 Eclipse 中,我可以在 Android 的“文件资源管理器”中看到列表。
我可以看到存储/模拟/旧版
但我看不到 storage/emulated/0/ 文件夹
android - 在装有 Android 4.2.2 的 Nexus 7 上使用前置摄像头不起作用?
我有 Android 应用程序,我用前置摄像头拍摄照片。我使用了这里描述的方法:http ://android-er.blogspot.sk/2010/12/add-overlay-on-camera-preview.html 。它适用于搭载 Android 2.3.6 的 Nexus S,适用于搭载 Android 4.1.1 的 HTC One X
它不适用于装有最新 Android 4.2.2 的 Asus Nexus 7,当我尝试拍照时,我在日志中得到了这个:
到目前为止,我真的不知道出了什么问题以及如何解决它。有谁能够帮我?提前致谢。
android - 针对具有多个 APK 的多个设备
我正在为 Android 开发游戏,并且由于 Android 设备的性质非常不同(从Samsung Galaxy Y
到Google Nexus 10
),我决定使用 Google Play 的“多个 APK”功能。我决定创建 4 个不同的包,每个包都有不同大小的资产。
其中最小的只有大约 10 兆字节,图形资源缩小到 240p(以节省 Galaxy Y 上非常有限的内存),而最大的将近 50 兆字节,资源放大到约 1500p,为 Nexus 10 提供清晰的图形。
我正在使用<compatible-screens>
将每个版本过滤到不同的设备。我正在使用screenSizes small
、和和screenDensities normal
、和。large
xlarge
ldpi
mdpi
hdpi
xhdpi
我在这里提到的每个 screenSize-screenDensity 组合都包含在四个 APK 之一中。问题是Google NEXUS 7
不属于这些!它用
<screen android:screenSize="large" android:screenDensity="213" />
现在,很容易手动将这些添加到四个 APK 之一,但真正的问题是……我是否必须按照 Google 决定继续添加这些看似任意的屏幕密度类别的速度更新我的 APK?或者我*有更好的过滤 APK 的方法吗?*
Android API 文档建议<supports-screens>
改用,但它提到它并没有真正将它用于过滤器。