简体   繁体   English

Android动态壁纸

[英]Android live wallpaper

I have a sequence of imagaes of an animated wallpaper (150 png file). 我有一系列动画墙纸的图像(150 png文件)。

I tried to generate an apk file with custom Livewallpaper2.6 but I don't find the generated apk file. 我尝试使用自定义Livewallpaper2.6生成apk文件,但找不到生成的apk文件。

I want to how can I build this live wallpaper with my image sequence. 我想如何用我的图像序列构建此动态壁纸。 Thanks for help :) 感谢帮助 :)

It should build the apk file in your project\\bin folder have you tried searching your source folder for all .apk files? 您是否尝试过在源文件夹中搜索所有.apk文件,但应该在project\\bin文件夹中构建apk文件? Something like the following perhaps: 可能类似于以下内容:

my_android_project\bin\my_android_project.apk

EdChum is right, but if you want to have an apk fie and install it on any device you want, you should sign it. EdChum是正确的,但是如果您想安装apk文件并在所需的任何设备上安装它,则应该对其进行签名。 In eclipse, right click on desired project and follow android tools -> export signed app . 在eclipse中,右键单击所需的项目,然后按照android tools -> export signed app

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM