English 中文(简体)
配制有限的资源装置和roid
原标题:Emulate limited resource device android

I am trying to find a NullPointerException that I get when in my app the phone release memory. I was testing on a Samsung G3, but now that I have change for a GS2 which has more RAM memory, the variable is still there when I minimaze/maximize. Is there any way to simulate my old phone and his limited RAM memory? A bit ironic,but now I miss it...In the SDK emulators I can set SD card size, but not the RAM, which I guess is the key problem here.

最佳回答

还有一个名为“CPU”的roid市场方案。 您可以确定邮联的速率,以便你能够像在资源有限的电话中那样测试你的节目。

问题回答

暂无回答




相关问题
Android emulator alternative

I m completely new to Android development, but I just got a HTC Hero and would like to develop a few applications for it. However, I ve use a laptop as my dev machine and the emulator is extremely ...

Getting my app to work on my phone

I wrote an app android sdk version 1.5 using it s built in emulator in eclipse. I created a database outside of eclipse populated it with data and push it to the emulator folder data/data/project name/...

how to run android emulator with TTS enabled

i hope i am not posting a duplicate question, can anyone please tell me how to enable TTS in android emulator enabled when eclipse starts it when we run the project. is it that i have to start with ...

Android: difference in ACTION_SEND between api level 2 and 5?

I have an android app that wants to initiate an email. The following code works in an api level 5 emulator, but not on a level 2 emulator or device: Intent emailIntent = new Intent(android.content....

Android Videoview video not seen

I am using Videoview to playback mp4 file from local machine using android emulator. I hear the audio, but the screen is blank and no video is seen. Android SDK 2.0.1 Does anyone have an idea what is ...

Android - Having a hard time debuging Eclipse

I am a little bit new to developing for Android using Eclipse (Coming from a .NET/Visual Studio background). My biggest problem in developing Android app is "debugging" them. Every time the emulator ...

热门标签