fix android jps build test case

- add proper way of setting up android sdk for jps
- add missing android plugin runtime library
This commit is contained in:
Mikhail Mutcianko
2014-09-20 23:34:38 +04:00
committed by Yan Zhulanow
parent bf25dffb85
commit 95fd4006d9
7 changed files with 45 additions and 25 deletions
@@ -1,10 +0,0 @@
package com.example.myapp;
/**
* Created by miha on 8/6/14.
*/
public class Foo {
public static void main(String[] args) {
System.out.println(R.id.LOL);
}
}
@@ -4,16 +4,9 @@ import android.app.Activity
import android.os.Bundle
public class MyActivity : Activity() {
/**
* Called when the activity is first created.
*/
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
setContentView(R.layout.main)
println(R.id.LOL)
fuck
this.LOL
LOL.setText("UIGFVIYUGFKGYUFOD")
LOL.setText("test")
textField.setText("test")
}
}