English 中文(简体)
升级后使用资源。
原标题:Android Issue with Resource after upgrade.

我有一封信,最后,我决定把档案中的资源从档案名称.bmp改为P纳克,并发布了这方面的升级,我从APK中删除了字句,并增加了PNG,并将其放入市场。

现在,我有一些用户无法操作该笔信,但是,我没有在“VIEW XML”描述中注明资源名称的线上找到文件。

现在,它只是一些用户,而不是所有用户,而它仍在担心,当传闻升级时,旧的APK档案是否被删除? IE是老的。 BMP 案卷 我无法在我的装备上充分复制这一问题,但我却偏离了这一理论。 BMP and the 。 巴布亚新几内亚的档案现在都列在资源/可选择的目录中,而XML的缩影只是混淆了。

问题回答

你们需要重新命名BMP和PNG档案,以完全不同的名称。 这可能会造成混乱。

我建议对所有申请采用一种档案类型。 也许有些用户没有遇到这一问题是因为屏幕密度。 确保所有资源都使用相同的命名公约,并用于每个屏幕尺寸。

将档案重新命名为完全不同的文件。

您是否尝试清理项目?





相关问题
how to use DynamicResource in the code behind?

I d like to be able to set a property to a dynamic resource programmatically. myControl.Property = this.Resource[key] is not a valid response, since if the resource with the key key is replaced, ...

PHP - Foreach loops and ressources

I m using a foreach loop to process a large set of items, unfortunately it s using alot of memory. (probably because It s doing a copy of the array). Apparently there is a way to save some memory with ...

C# Play MP3 from Resources with MCI or WMP control?

I have a MP3 file in my Resources of Visual C#. I m trying to find out if there is a way I can play this MP3 in a Windows Media Player control or with MCI, I m not particular. I m fairly new to C#. ...

Convert files of any types to a file with c strings

Please suggest a small command-line utility (for Windows) to convert files from particular directory to a valid c file. Maybe it can be done just with batch commands? The resulting file should look ...

How to sort ResourceSet in C#

I have a resource file named filetypes.resx. Some how I figured out to bind the resource values to dropdownlist, but I don t know how to sort the values of ResourceSet. Here is what I did so far, ...

热门标签