add android jps builder test stub
wtf
This commit is contained in:
committed by
Yan Zhulanow
parent
7c4661aba5
commit
1912b2b0ec
@@ -0,0 +1,10 @@
|
||||
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);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
package com.example.myapp
|
||||
|
||||
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")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user