Problem with Hindi keyboard on Android 2.3 emulator(Android 2.3 模拟器上的印地语键盘问题)
问题描述
我从 输入语言 选项中选择了一些语言(如印地语、英语(印度)、英语(英国)等)我的模拟器(Android 2.3 API)中的代码>Android 键盘设置.但问题是它既没有在软键盘上显示印地语字符,也没有在 e y u i o 键上显示一些数字.
I have selected some of the languages (like Hindi, English(India), English(United Kingdom) etc.) from Input languages option in Android keyboard settings in my emulator (Android 2.3 API). But the problem is that neither it is showing HINDI characters on Soft Keyboard nor displaying some of the Numbers on the keys e y u i o.
问题在下面给出的截图中完全显示:
Problem is exactly shown in below given screenshot:
它还显示矩形框而不是字符.
Also it is displaying rectangular boxes instead of characters.
推荐答案
阅读本文 Android 功能请求.如果你读到最后(2010 年 12 月),你会看到 Gingerbread (Android v2.3) 的讨论,虽然它在某种程度上支持印地语,但它仍然没有提供开箱即用"的完全支持.
Read this Android Feature Request. If you read towards the end (December 2010), you will see discussions of Gingerbread (Android v2.3) and that although it has gone some way to supporting Hindi language, it is still not providing full support 'out of the box'.
这篇关于Android 2.3 模拟器上的印地语键盘问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Android 2.3 模拟器上的印地语键盘问题
基础教程推荐
- 在 Android 模拟器中激活网络位置提供程序? 2022-01-01
- Android:STATE_SELECTED不工作 2022-01-01
- 新的@SystemApi 注解是什么意思,和@hide 有什么区别 2022-01-01
- 突出显示朗读文本(在 iPhone 的故事书类型应用程序中) 2022-01-01
- 可可/目标C(OSX不是iOS)从子对象访问父对象 2022-01-01
- 我的 UIImageView 的任务 2022-01-01
- 在 appComponent dagger 2 中动态添加测试模块? 2022-01-01
- 在 iOS8 中无法获得正确的键盘高度值 2022-01-01
- 如何将多个组件添加到 PickerView? 2022-01-01
- - (CGRect)convertRect:(CGRect)rect toView:(UIView *)view 如何工作 2022-01-01
