问题标签 [android-2.3-gingerbread]

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.

0 投票
0 回答
184 浏览

android - 如何编码高比特率视频

在姜饼上播放流式高比特率视频时遇到问题。首先,我想对该视频进行编码。我正在使用任何视频转换器。我的视频格式是 MP4,我想知道,我应该做什么设置来编码视频。

这是视频的规格

要在 Android 姜饼上播放此视频,我应该使用哪个编解码器,

以及我应该使用什么比特率,帧率。请帮忙。

0 投票
1 回答
587 浏览

android - 姜饼和 ICS 中的高清视频流

我真的没有在网上得到任何与这个主题相关的东西。我想在姜饼和 ICS 上制作高清视频流。我尝试在移植了姜饼的 blaze 上本地播放各种高清视频(mp4),但无法播放。首先,我不明白为什么它不能在本地播放视频。

第二件事我把视频保存在服务器上,但在熊猫板上,我只能听到声音,没有画面。

我想知道没有人尝试过播放高清视频。我们是否总是需要压缩这些视频来进行流式传输。

我真的很无助,我搜索了很多,但没有解决方案。

请帮忙。

0 投票
1 回答
168 浏览

android - How to ensure that a service can only be started manually?

I created a service that can be started via the startService() method, but it also be bound by the applications. I wish that it can be started only via the startService() method, or in other words, applications should be able to bind to it only when the service is already started.

  1. The service should be started manually and not when an application binds to it.
  2. If the service is running, applications can bind to it.
  3. If the service is not running, when an application tries to bind to it, the service should not start.

However, the default behavior is quite different: in fact, Android starts the service automatically when an application wants to bind to it. I would like to know if is possible to modify this behavior to achieve the above requirement.

If this is not possible, the only alternative would be to stop the service if it has been initiated as a result of a bindService(). Here are the changes to my service class in order to use this way...

Why do my changes do not have the desired effect? It might be good that the service starts when an application invokes the bindService() method, but after verifying that it was not started manually, it should stop itself.

0 投票
1 回答
4423 浏览

android - Robolectric 测试活动创建,包括意图附加功能

我有一项活动可以从临时演员中获得一个 pojo,如下所示:

我很难使用 Robolectric 对此进行测试,我相信我需要结合使用 ShadowIntents 和 ShadowActivities,但是文档有点薄,关于这个特定场景的任何有用的教程都相当稀少。

到目前为止,这是我想出的:

当我执行这些测试时,我不断收到一个空指针,在getIntent().getExtras()我的活动行中,我假设我用意图模拟活动的过程是不正确的。

有人可以帮忙吗?

谢谢

0 投票
1 回答
617 浏览

android - 在具有姜板的 BeagleBoard 中安装 apk 文件

我希望在具有姜饼 Android 的 beagle board 中安装 apk 文件。无法访问我的 sdk 卡中的文件。

0 投票
1 回答
710 浏览

android - Android 应用程序在模拟器 2.3.3 中没有崩溃,但在设备 4.0.3 中崩溃

我有一个在 Android 2.3.3 设备上正常运行的应用程序。但在 Android 4.0.3 设备上无法正常工作。

错误是应用程序在启动时崩溃。单击一次后无法单击网格视图图标。重新启动一次后再次工作。

这些都是例子。这些是平台问题,只是编码错误。提前感谢您的帮助。

0 投票
2 回答
4615 浏览

android - 我的应用程序没有出现在模拟器中

在我的模拟器出现之前,我的应用程序有问题。解锁后,我可以看到它并单击它。但是现在,它没有显示。我用谷歌搜索了近几个小时,但无济于事。请我需要你的帮助,这样我才能继续前进。谢谢。我的清单文件似乎没问题,没有错误。而且我的源代码也没有错误。

飞溅.java


显现


主要的.xml


飞溅.xml

0 投票
2 回答
2732 浏览

android - Eclipse becomes stuck on "starting activity" when sending application to device. How to solve this?

Sometimes, when I attempt to "Run" my application on my Droid Charge (running Gingerbread), Eclipse displays the following in the console:

However, the application never starts up on the phone. I am not able to see the that the .apk ever installed in the application's list.

What can I do to make it launch? It works just fine with AVD's running via the emulator.

Thank you!

0 投票
1 回答
1135 浏览

android - 应用程序无法在 Android 4.0.3 上运行,但在 Android 2.3.4 上运行

我有一个在 Android 2.3.4(模拟器/电话)上完美运行的应用程序。但我试图将它安装在 Android 4.0.3(模拟器/电话)上,但当我运行它时它不起作用。它向我显示了这条消息

当出现错误时,应用程序正在执行这些类:

第二类:

起初它正在执行第二个类,在第二个类中有一个打开第一个类的 Intent。第一类将数据从某个远程服务器添加到 android SQLite 数据库。然后第二节课展示了来自 android SQLite 数据库的结果。

这是日志:

第二个日志:

那么是什么导致 2.3.4 中的 android 一切正常,而在 4.0.3 中却不是?我的代码有问题,不支持 4.0.3 版本?

感谢您的任何回答或建议。

0 投票
1 回答
917 浏览

android-4.0-ice-cream-sandwich - 如何将项目从 2.3 编译到 4.0?

最近,我被要求为新的 4.0 版本编译一些基于 2.3 的 Android 项目。因此,在没有太多关于如何做的知识的情况下,我只是尝试通过在清单文件中进行一些更改来自己做,比如min SDKand targeted SDK。我将其设置min SDK1015。希望这会以某种方式起作用,我测试运行我的代码只是发现它没有按照我希望的方式运行。当然,它在 2.3 上运行得非常好,无论是在模拟器还是设备上。 targeted SDK

有没有办法升级/转换这个项目以使用最新版本编译和构建,而不是重做它?任何人都可以帮忙吗?

编辑 1: 经过数小时的故障排除和搜索在线线索。我决定更深入地研究一下。我发现这一行:

是问题的原因。现在我从 2.3.3 和 4.0.3 运行 AVD Manager 来测试这个问题,结果证明这条线运行顺利,在 2.3.3 上没有错误。新的 4.0.3 中可能会有弃用或其他内容吗?