0

テキストビューがクリックされたときに、アプリケーションでフリップ アニメーションを実行しようとしています。

これは私のアプリケーションのメモリ情報です

** MEMINFO in pid 1497 [com.example.android] **
                native   dalvik    other    total
        size:    36372    11911      N/A    48283
   allocated:    24025     6903      N/A    30928
        free:      646     5008      N/A     5654
       (Pss):     3330     8732    21309    33371
(shared dirty):   1456     4100     3272     8828
(priv dirty):     3256     6828    19300    29384

Objects
       Views:        0        ViewRoots:        0
 AppContexts:        0       Activities:        0
      Assets:        2    AssetManagers:        2
Local Binders:       10    Proxy Binders:       15
Death Recipients:    1
OpenSSL Sockets:     0

SQL
        heap:        0       memoryUsed:        0
pageCacheOverflo:    0  largestMemAlloc:        0


Asset Allocations
zip:/data/app/com.example.android-1.apk:/resources.arsc: 17K

LogCat でこのエラーが発生しています

06-13 11:12:49.005: E/dalvikvm-heap(1497): 1200000-byte external allocation 
too large for this process.

おそらく、私は646kb無料しか持っていないからだと思います。ただし、ネイティブ メモリの「サイズ」から、より多くのネイティブ メモリを割り当てることができると推測できます。VM がより多くのメモリを割り当てないのはなぜですか? ありがとう。

4

0 に答える 0