Titanium 钛加速器中的图像加载问题

Titanium 钛加速器中的图像加载问题,titanium,titanium-mobile,titanium-modules,titanium-android,Titanium,Titanium Mobile,Titanium Modules,Titanium Android,我正在开发一个图像库应用程序使用钛安卓。图像视图用于查看图像。但我的问题是第一次正确加载图像。当我长时间使用应用程序时,应用程序会使用更多的缓存,并且图像不会加载。代码如下 var SelfieImageView = Ti.UI.createImageView({ width : '100%', height : Ti.UI.SIZE, image : 'http://mydomain.com/image1.png' , defaultImage : '/images/Defau

我正在开发一个图像库应用程序使用钛安卓。图像视图用于查看图像。但我的问题是第一次正确加载图像。当我长时间使用应用程序时,应用程序会使用更多的缓存,并且图像不会加载。代码如下

var SelfieImageView = Ti.UI.createImageView({
  width : '100%',
  height : Ti.UI.SIZE,
  image : 'http://mydomain.com/image1.png' ,
  defaultImage : '/images/Default-Back-Ground--Advertisements.png',
  bottom : 3,
  Index : FollowingFeedStartIndex,
 });

添加一些代码示例,显示您所做的工作以及问题的位置。var SelfieImageView=Ti.UI.createImageView{width:'100%',height:Ti.UI.SIZE,image:,defaultImage:'/images/Default Back Ground adverties.png',底部:3,索引:followerfeedstartindex,};您的应用程序中存在内存泄漏,因此无法加载imagesHow以了解我的应用程序的内存泄漏。。。。