今天使用Intent要開啟網頁時,發現emulator沒辦法連上網路,
google了一下才發現,原來SDK對於網路控管的關係,
所以需要在專案下的androidmanifest.xml裡,加入
uses-permission name="android.permission.INTERNET"
要用<>括起來
這樣程式就可以開啟網頁了,
此外,透過Eclipse中的SDK and AVD manager開啟emulator,
emulator效能似乎不是很好耶,在command mode底下,輸入
emulator -avd vmname -no-boot-anim
來開啟emulator,速度比較快一些~~
沒有留言 :
張貼留言