apply plugin: 'android'
を
apply plugin: 'android-library'
に変更しておく必要があります。
そうしないと、AndroidTestCase で
Context context = getContext();
AssetManager assetManager = context.getAssets();
InputStream in = assetManager.open("hoge.html");
としたときに、FileNotFoundException が起こります。
java.io.FileNotFoundException: hoge.html at android.content.res.AssetManager.openAsset(Native Method)
0 件のコメント:
コメントを投稿