the app writes this on line : setContentView, but in my xml there is no line #34
Android version : 4.4.4
how to set wrapper app properly?
i set my as follows :
MyApp : packageName : com.example.package
MainActivity : com.example.package.Mainactivity extends DynamicActivity
Wrapper : packageName : com.example.package.wrapper
MainActivity : com.example.package.wrapper.MyActivity
Manifest :
...
What am i missing?
and if i create CustomView (e.g. CustomView extends View, i can only create it programmatically, from xml it cannot load)